add miniprogram
This commit is contained in:
81
miniprogram/app.json
Normal file
81
miniprogram/app.json
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/home/home",
|
||||
"pages/report/report",
|
||||
"pages/apply/apply",
|
||||
"pages/person/person",
|
||||
"pages/index/index",
|
||||
"pages/logs/logs",
|
||||
"pages/webPage/schoolWeb",
|
||||
"pages/login/login",
|
||||
"pages/person/issues",
|
||||
"pages/code/code",
|
||||
"pages/other/feedback",
|
||||
"pages/other/about",
|
||||
"pages/person/info",
|
||||
"pages/other/password",
|
||||
"pages/report/myreport",
|
||||
"pages/apply/myapply",
|
||||
"pages/visitor/visitor",
|
||||
"pages/webPage/xgPage",
|
||||
"pages/visitor/showMyVisitor",
|
||||
"pages/other/redList",
|
||||
"pages/other/redList2",
|
||||
"pages/other/feedbackReplay",
|
||||
"pages/person/count",
|
||||
"pages/apply/applyReplay",
|
||||
"pages/visitor/visitorReplay",
|
||||
"pages/notice/notice"
|
||||
],
|
||||
"window": {
|
||||
"backgroundTextStyle": "dark",
|
||||
"navigationBarBackgroundColor": "#FF8966",
|
||||
"navigationBarTitleText": "校园疫情防控系统",
|
||||
"navigationBarTextStyle": "black",
|
||||
"enablePullDownRefresh": true
|
||||
},
|
||||
"tabBar": {
|
||||
"selectedColor": "#FF8966",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/home/home",
|
||||
"text": "首页",
|
||||
"iconPath": "/icon/_home.png",
|
||||
"selectedIconPath": "/icon/home.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/code/code",
|
||||
"text": "二维码",
|
||||
"iconPath": "/icon/_code.png",
|
||||
"selectedIconPath": "/icon/code.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/report/report",
|
||||
"text": "日报",
|
||||
"iconPath": "/icon/_report.png",
|
||||
"selectedIconPath": "/icon/report.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/apply/apply",
|
||||
"text": "申请",
|
||||
"iconPath": "/icon/_apply.png",
|
||||
"selectedIconPath": "/icon/apply.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/person/person",
|
||||
"text": "我的",
|
||||
"selectedColor": "#FF8966",
|
||||
"iconPath": "/icon/_person.png",
|
||||
"selectedIconPath": "/icon/person.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "申请访问您的地址"
|
||||
}
|
||||
},
|
||||
"style": "v2",
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"lazyCodeLoading": "requiredComponents"
|
||||
}
|
Reference in New Issue
Block a user