1234567891011121314151617181920212223242526272829303132333435 |
- {
- "pages": [
- "pages/login/login",
- "pages/index/index",
- "pages/sample/index",
- "pages/sample/list",
- "pages/sample/detail",
- "pages/contract/index",
- "pages/contract/list",
- "pages/contract/detail"
- ],
- "tabBar": {
- "list": [
- {
- "pagePath": "pages/sample/index",
- "iconPath": "./resources/sample.png",
- "selectedIconPath": "./resources/sample_selected.png",
- "text": "样品单"
- },{
- "pagePath": "pages/contract/index",
- "iconPath": "./resources/contract.png",
- "selectedIconPath": "./resources/contract_selected.png",
- "text": "采购合同"
- }
- ]
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "WeChat",
- "navigationBarTextStyle": "black"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|