|
@@ -1,9 +1,8 @@
|
|
|
{
|
|
|
"pages": [
|
|
|
- "pages/search/index",
|
|
|
"pages/index/index",
|
|
|
- "pages/logs/logs"
|
|
|
-
|
|
|
+ "pages/search/index",
|
|
|
+ "pages/me/me"
|
|
|
],
|
|
|
"window": {
|
|
|
"backgroundTextStyle": "light",
|
|
@@ -11,10 +10,23 @@
|
|
|
"navigationBarTitleText": "外卖小程序",
|
|
|
"navigationBarTextStyle": "black"
|
|
|
},
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#CBCBCB",
|
|
|
+ "selectedColor": "#F9872C",
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "text": "首页",
|
|
|
+ "iconPath": "/images/icon/index.png",
|
|
|
+ "selectedIconPath": "/images/icon/index-select.png"
|
|
|
+ }, {
|
|
|
+ "pagePath": "pages/me/me",
|
|
|
+ "text": "我的",
|
|
|
+ "iconPath": "/images/icon/me.png",
|
|
|
+ "selectedIconPath": "/images/icon/me-select .png"
|
|
|
+ }]
|
|
|
+ },
|
|
|
"usingComponents": {
|
|
|
"van-button": "@vant/weapp/button"
|
|
|
-
|
|
|
-
|
|
|
},
|
|
|
"sitemapLocation": "sitemap.json"
|
|
|
}
|