dashboard
repositories
filestore
activity
search
login
~mayuhao
/
HazardInvestigationSystem
隐患排查体系综合管控系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
登入导向
lyfO_o
2022-04-08
e3ddc05207aff849e191e86b9f94e5eb13d6e98e
[~mayuhao/HazardInvestigationSystem.git]
/
src
/
utils
/
lazyLoading.js
1
2
3
export default (url) => () => import(`@/views/${url}.vue`)
// export default ()=>import(`@/views/${url}.vue`)