dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_regulatory_ys
保安监管系统-验收版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
预警输入框禁用
zhengpz
2021-12-07
dbb160f7ce6c334ee561e551930ec72b5f5db899
[zhba/zhba_regulatory_ys.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>