|
@@ -2,12 +2,8 @@
|
|
|
"pages": [
|
|
|
"pages/index/index",
|
|
|
"pages/search/index",
|
|
|
-<<<<<<< HEAD
|
|
|
"pages/me/me",
|
|
|
"pages/exchange/exchange"
|
|
|
-=======
|
|
|
- "pages/me/me"
|
|
|
->>>>>>> 3f957164efdb7318fceb5ccdc8d82e9c7804ff78
|
|
|
],
|
|
|
"window": {
|
|
|
"backgroundTextStyle": "light",
|
|
@@ -18,7 +14,6 @@
|
|
|
"tabBar": {
|
|
|
"color": "#CBCBCB",
|
|
|
"selectedColor": "#F9872C",
|
|
|
-<<<<<<< HEAD
|
|
|
"list": [
|
|
|
{
|
|
|
"pagePath": "pages/index/index",
|
|
@@ -32,23 +27,9 @@
|
|
|
"iconPath": "/images/icon/me.png",
|
|
|
"selectedIconPath": "/images/icon/me-select .png"
|
|
|
}
|
|
|
- ]
|
|
|
-=======
|
|
|
- "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"
|
|
|
- }]
|
|
|
->>>>>>> 3f957164efdb7318fceb5ccdc8d82e9c7804ff78
|
|
|
- },
|
|
|
+ ],
|
|
|
"usingComponents": {
|
|
|
"van-button": "@vant/weapp/button"
|
|
|
},
|
|
|
"sitemapLocation": "sitemap.json"
|
|
|
-}
|
|
|
+}}
|