dashboard
repositories
filestore
activity
search
login
main
/
companyProjecet
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1、小程序端分会管理可以添加会员; 2、后台可自定义连盟汇一些页面的的标题; 3、职务和电话增加是否显示的开关; 4、小程序端添加活动增加报名时间; ...
liyaozhi
2025-11-16
32555f8668cd69cfd67fe8c661f503db2f45f2ce
[companyProjecet.git]
/
shop_vue
/
src
/
views
/
statistics
/
index.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<template>
<div>
我是独立页面{{name}}
</div>
</template>
<script>
export default{
data(){
return {
name:'sfsfsf'
}
}
}
</script>
<style></style>
</style>