dashboard
repositories
filestore
activity
search
login
main
/
InteSecurePlatform
InteSecurePlatform
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改巡检点的提交校验逻辑
Admin
2022-07-21
448ff2dd7df630e781152326dd5c6c04a5e903a1
[InteSecurePlatform.git]
/
src
/
views
/
doublePreventSystem
/
riskLevelManage
/
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>