1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "pages": [
- "template/home/index",
- "template/pay/index",
- "template/carts/index",
- "template/login/index",
- "template/view/index"
- ],
- "window": {
- "navigationBarBackgroundColor": "#39b54a",
- "navigationBarTitleText": "Dever",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- },
- "component": true,
- "tabBar": {
- "color": "#aaa",
- "selectedColor": "#39b54a",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "template/home/index",
- "iconPath": "/static/img/tabbar/basics.png",
- "selectedIconPath": "/static/img/tabbar/basics_cur.png",
- "text": "发现"
- },
- {
- "pagePath": "template/pay/index",
- "iconPath": "/static/img/tabbar/component.png",
- "selectedIconPath": "/static/img/tabbar/component_cur.png",
- "text": "祝福"
- },
- {
- "pagePath": "template/carts/index",
- "iconPath": "/static/img/tabbar/plugin.png",
- "selectedIconPath": "/static/img/tabbar/plugin_cur.png",
- "text": "我的"
- }
- ]
- },
- "networkTimeout": {
- "request": 10000,
- "connectSocket": 10000,
- "uploadFile": 10000,
- "downloadFile": 10000
- },
- "debug": false
- }
|