| 123456789101112131415161718192021222324252627282930313233 |
- {
- "pages": [
- "pages/homePage/homePage",
- "pages/settlement/settlement",
- "pages/index/index",
- "pages/logs/logs",
- "pages/my/my"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle": "black"
- },
- "tabBar":{
- "selectedColor":"#EA986C",
- "list":[{
- "pagePath":"pages/homePage/homePage",
- "text": "首页",
- "iconPath": "pages/homePage/shouye.png",
- "selectedIconPath": "pages/homePage/shouye1.png"
- },{
- "pagePath":"pages/my/my",
- "text": "我的",
- "iconPath": "pages/homePage/wode.png",
- "selectedIconPath": "pages/homePage/wode1.png"
- }]
- },
- "usingComponents": {
- "van-button": "@vant/weapp/button"
- },
- "sitemapLocation": "sitemap.json"
- }
|