|
|
|
@ -1,9 +1,8 @@
|
|
|
|
|
{
|
|
|
|
|
"pages": [
|
|
|
|
|
"pages/bar/index",
|
|
|
|
|
"pages/index/index",
|
|
|
|
|
"pages/bar/index",
|
|
|
|
|
"pages/logs/logs"
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
"window": {
|
|
|
|
|
"backgroundTextStyle": "light",
|
|
|
|
@ -14,6 +13,20 @@
|
|
|
|
|
"sitemapLocation": "sitemap.json",
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
"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": "个人中心"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|