|
- {
- "ext": {
- "attr": {
- "configUrl": "https://btest.malls.iformall.com",
- "datatowerurl": "https://mobiletest.malls.iformall.com"
- },
- "name": "金泸商务商家版",
- "weappId": "wx9ff823abeef23b94",
- "appVersion": "Btest.5.1.0"
- },
- "debug": false,
- "tabBar": {
- "list": [
- {
- "text": "首页",
- "iconPath": "static/images/home-n.png",
- "pagePath": "pages/main/main",
- "selectedIconPath": "static/images/home-y.png"
- },
- {
- "text": "账单",
- "iconPath": "static/images/bill.png",
- "pagePath": "pages/bill/bill",
- "selectedIconPath": "static/images/bill1.png"
- },
- {
- "text": "我的",
- "iconPath": "static/images/user-n.png",
- "pagePath": "pages/mine/mine",
- "selectedIconPath": "static/images/user-y.png"
- }
- ],
- "color": "#9F9F9F",
- "selectedColor": "#52a0fd"
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#52A0FD"
- },
- "extAppid": "wx9ff823abeef23b94",
- "extEnable": true,
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "directCommit": false,
- "networkTimeout": {
- "request": 30000,
- "downloadFile": 10000
- }
- }
|