创建新的小程序,进出码,体温上报功能迁移基本完成
This commit is contained in:
61
weixin-miniprogram/app.json
Normal file
61
weixin-miniprogram/app.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/index2/index",
|
||||
"pages/logs/logs",
|
||||
"pages/residents/code",
|
||||
"pages/residents/report",
|
||||
"pages/index/login",
|
||||
"pages/scan/entrance",
|
||||
"pages/person/person",
|
||||
"pages/residents/reportHistory"
|
||||
],
|
||||
"window": {
|
||||
"backgroundTextStyle": "dark",
|
||||
"navigationBarBackgroundColor": "#000",
|
||||
"navigationBarTitleText": "Weixin",
|
||||
"navigationBarTextStyle": "white"
|
||||
},
|
||||
"tabBar": {
|
||||
"custom": false,
|
||||
"color": "#000000",
|
||||
"backgroundColor": "#fff",
|
||||
"selectedColor": "#FF8966",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"iconPath": "image/icon/_home.png",
|
||||
"selectedIconPath": "image/icon/home.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/residents/code",
|
||||
"text": "进出码",
|
||||
"iconPath": "image/icon/_code.png",
|
||||
"selectedIconPath": "image/icon/code.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/residents/report",
|
||||
"text": "体温上报",
|
||||
"iconPath": "image/icon/_report.png",
|
||||
"selectedIconPath": "image/icon/report.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/person/person",
|
||||
"text": "我",
|
||||
"iconPath": "image/icon/_person.png",
|
||||
"selectedIconPath": "image/icon/person.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "你的位置信息将用于体温上报"
|
||||
}
|
||||
},
|
||||
"requiredPrivateInfos": [
|
||||
"chooseLocation"
|
||||
],
|
||||
"style": "v2",
|
||||
"sitemapLocation": "sitemap.json"
|
||||
}
|
Reference in New Issue
Block a user