dashboard
repositories
filestore
activity
search
login
~mayuhao
/
HazardInvestigationSystem
隐患排查体系综合管控系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
设备区域查询
songhuangfeng123
2022-05-11
09c2798cc4161a331af1d5d7b81f77b98a070de3
[~mayuhao/HazardInvestigationSystem.git]
/
src
/
views
/
specialWorkManage
/
specialWork
/
index.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
<router-view></router-view>
</template>
<script>
export default {
name: "index"
}
</script>
<style scoped>
</style>