dev
xiaowen 3 years ago
parent 3c7a46ce9d
commit 0e37434eb8

@ -1,19 +1,32 @@
{ {
"pages":[ "pages": [
"pages/bar/index",
"pages/index/index", "pages/index/index",
"pages/bar/index",
"pages/logs/logs" "pages/logs/logs"
], ],
"window":{ "window": {
"backgroundTextStyle":"light", "backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff", "navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin", "navigationBarTitleText": "Weixin",
"navigationBarTextStyle":"black" "navigationBarTextStyle": "black"
}, },
"sitemapLocation": "sitemap.json", "sitemapLocation": "sitemap.json",
"usingComponents": { "usingComponents": {
"ec-canvas": "../ec-canvas/ec-canvas", "ec-canvas": "../ec-canvas/ec-canvas",
"van-button": "@vant/weapp/button/index" "van-button": "@vant/weapp/button/index",
"van-tabbar": "@vant/weapp/tabbar/index",
"van-tabbar-item": "@vant/weapp/tabbar-item/index"
},
"tabBar": {
"custom": true,
"list": [{
"pagePath": "page/index/index",
"text": "首页"
},
{
"pagePath": "page/bar/index",
"text": "个人中心"
}
]
} }
} }
Loading…
Cancel
Save