123456789101112131415161718192021222324252627282930313233 |
- {
- "pages": [
- "pages/login/login",
- "pages/index/index",
- "pages/bind/bind",
- "pages/sample/sample",
- "pages/sample/list",
- "pages/sample/detail"
- ],
- "tabBar": {
- "list": [
- {
- "pagePath": "pages/sample/sample",
- "iconPath": "./resources/sample.png",
- "selectedIconPath": "./resources/sample_selected.png",
- "text": "样品单"
- },{
- "pagePath": "pages/index/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"
- }
|