parent
3c7a46ce9d
commit
0e37434eb8
@ -1,19 +1,32 @@
|
||||
{
|
||||
"pages":[
|
||||
"pages/bar/index",
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/bar/index",
|
||||
"pages/logs/logs"
|
||||
|
||||
],
|
||||
"window":{
|
||||
"backgroundTextStyle":"light",
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationBarTitleText": "Weixin",
|
||||
"navigationBarTextStyle":"black"
|
||||
"navigationBarTextStyle": "black"
|
||||
},
|
||||
"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": "个人中心"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in new issue