123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "pages": [
- "pages/home/home",
- "pages/login/login",
- "pages/me/me",
- "pages/sample/index",
- "pages/sample/list",
- "pages/sample/detail",
- "pages/contract/index",
- "pages/contract/list",
- "pages/contract/detail",
- "pages/qc/index",
- "pages/qc/list",
- "pages/qc/detail"
- ],
- "tabBar": {
- "list": [
- {
- "pagePath": "pages/home/home",
- "iconPath": "./resources/home.png",
- "selectedIconPath": "./resources/home-selected.png",
- "text": "主页"
- },{
- "pagePath": "pages/me/me",
- "iconPath": "./resources/me.png",
- "selectedIconPath": "./resources/me-selected.png",
- "text": "我的"
- }
- ]
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "WeChat",
- "navigationBarTextStyle": "black"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|