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