|
|
@ -7,26 +7,26 @@
|
|
|
|
"window": {
|
|
|
|
"window": {
|
|
|
|
"backgroundTextStyle": "light",
|
|
|
|
"backgroundTextStyle": "light",
|
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
|
"navigationBarTitleText": "Weixin",
|
|
|
|
"navigationBarTitleText": "首页",
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"sitemapLocation": "sitemap.json",
|
|
|
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
|
|
|
"ec-canvas": "../ec-canvas/ec-canvas",
|
|
|
|
|
|
|
|
"van-button": "@vant/weapp/button/index",
|
|
|
|
|
|
|
|
"van-tabbar": "@vant/weapp/tabbar/index",
|
|
|
|
|
|
|
|
"van-tabbar-item": "@vant/weapp/tabbar-item/index"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"tabBar": {
|
|
|
|
"tabBar": {
|
|
|
|
"custom": true,
|
|
|
|
|
|
|
|
"list": [{
|
|
|
|
"list": [{
|
|
|
|
"pagePath": "page/index/index",
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
"text": "首页"
|
|
|
|
"text": "首页"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"pagePath": "page/bar/index",
|
|
|
|
"pagePath": "pages/insight/index",
|
|
|
|
"text": "个人中心"
|
|
|
|
"text": "洞察"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"sitemapLocation": "sitemap.json",
|
|
|
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
|
|
|
"ec-canvas": "../ec-canvas/ec-canvas",
|
|
|
|
|
|
|
|
"van-button": "@vant/weapp/button/index",
|
|
|
|
|
|
|
|
"van-tabbar": "@vant/weapp/tabbar/index",
|
|
|
|
|
|
|
|
"van-tabbar-item": "@vant/weapp/tabbar-item/index"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|