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