dashboard
repositories
filestore
activity
search
login
~mayuhao
/
HazardInvestigationSystem
隐患排查体系综合管控系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
重构双重预防
Your Name
2022-08-06
ca151ff4c1cdc4a029f13ac6da7d42e4f8147287
[~mayuhao/HazardInvestigationSystem.git]
/
src
/
utils
/
lazyLoading.js
1
2
3
export default (url) => () => import(`@/views/${url}.vue`)
// export default ()=>import(`@/views/${url}.vue`)