dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_regulatory
保安监管系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
许可按钮放出,备案审批按钮放出
zhongrj
2024-03-27
cc1c0a396698648256c350f6f0fe2cb2f0b02c7e
[zhba/zhba_regulatory.git]
/
src
/
views
/
wel
/
index.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<template>
<div>
welhone
</div>
</template>
<script>
export default {
name: "wel",
data() {
return {
};
},
methods: {
},
};
</script>
<style>
</style>