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