dashboard
repositories
filestore
activity
search
login
~mayuhao
/
HazardInvestigationSystem
隐患排查体系综合管控系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
表格添加loding转圈 隐患汇总添加导出
panzy
2022-05-21
cd79b3bfdbc33ffa79fefcf5d6fde287a1c05c2f
[~mayuhao/HazardInvestigationSystem.git]
/
src
/
views
/
doublePreventAction
/
hiddenDanger
/
hiddenDangerReform
/
index.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
<div>
<router-view/>
</div>
</template>
<script>
export default {
name: "index"
}
</script>
<style scoped>
</style>