dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_regulatory
保安监管系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory
liuyg
2021-09-08
d356332a2003d00ca803b4e73dc404b9643b60d5
[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>