12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "pages":[
- "pages/index/index",
- "pages/submitPhone/index",
- "pages/list/index",
- "pages/record/index",
- "pages/recharge/index",
- "pages/bill/index"
- ],
- "tabBar": {
- "color": "#2c2c2c",
- "selectedColor": "#1296db",
- "borderStyle": "black",
- "list": [
- {
- "selectedIconPath": "./utils/images/home.png",
- "iconPath": "./utils/images/home-1.png",
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "selectedIconPath": "./utils/images/list.png",
- "iconPath": "./utils/images/list-1.png",
- "pagePath": "pages/list/index",
- "text": "列表"
- }
- ]
- },
- "window":{
- "backgroundTextStyle":"light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "电费",
- "navigationBarTextStyle":"black"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|