12345678910111213141516171819202122232425262728293031 |
- {
- "pages": [
- "pages/index/index",
- "pages/logs/logs",
- "pages/my/my",
- "pages/my-Integral/my-Integral"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "客户端",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "list": [
- {
- "pagePath": "pages/index/index",
- "selectedIconPath": "./images/首页.png",
- "iconPath": "./images/首页ah.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/my/my",
- "text": "我的",
- "selectedIconPath": "./images/我的.png",
- "iconPath": "./images/我的ah.png"
- }
- ]
- },
- "sitemapLocation": "sitemap.json"
- }
|