You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.7 KiB
71 lines
1.7 KiB
{
|
|
"pages": [
|
|
"pages/index/home",
|
|
"pages/login/login",
|
|
"pages/my/sharePage",
|
|
"pages/index/addRecord",
|
|
"pages/index/userSignPage",
|
|
"pages/index/sign",
|
|
"pages/index/signContent",
|
|
"pages/index/userInformation",
|
|
"pages/index/index",
|
|
"pages/index/add",
|
|
"pages/index/file",
|
|
"pages/my/exampleShare",
|
|
"pages/index/acceptRecord",
|
|
"pages/index/details",
|
|
"pages/my/feedback",
|
|
"pages/my/my",
|
|
"pages/my/richText",
|
|
"pages/ScanningCode/index",
|
|
"pages/webview/webview"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "福德",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#666666",
|
|
"selectedColor": "#8EC31F",
|
|
"backgroundColor": "#ffffff",
|
|
"height": "50px",
|
|
"fontSize": "11px",
|
|
"iconWidth": "22px",
|
|
"spacing": "3px",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "/static/1.png",
|
|
"selectedIconPath": "static/11.png",
|
|
"text": "工单"
|
|
},
|
|
{
|
|
"pagePath": "pages/ScanningCode/index",
|
|
"iconPath": "/static/2.png",
|
|
"selectedIconPath": "static/2.png",
|
|
"text": "扫码"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"iconPath": "/static/3.png",
|
|
"selectedIconPath": "static/33.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "用于代理商创建工单和用户签字时获取当前位置"
|
|
},
|
|
"scope.userFuzzyLocation": {
|
|
"desc": "用于代理商创建工单和用户签字时获取当前位置"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getFuzzyLocation"
|
|
],
|
|
"usingComponents": {}
|
|
} |