Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
2a1db9bb
Commit
2a1db9bb
authored
Nov 07, 2022
by
季圣华
Browse files
解决在mac下面前端代码打包报错的bug
parent
f3445bab
Changes
1
Show whitespace changes
Inline
Side-by-side
jshERP-web/src/components/tools/DynamicNotice.vue
View file @
2a1db9bb
...
...
@@ -17,9 +17,10 @@
computed
:
{
comp
:
function
()
{
if
(
!
this
.
path
){
return
null
;
return
null
}
return
()
=>
import
(
`@/views/
${
this
.
path
}
.vue`
)
return
null
// return () => import(`@/views/${this.path}.vue`)
}
},
props
:
[
'
path
'
,
'
formData
'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment