|
|
@@ -589,12 +589,12 @@
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
- ,"plugins": {
|
|
|
- "live-player-plugin": {
|
|
|
- "version": "1.3.0",
|
|
|
- "provider": "wx2b03c6e691cd7370"
|
|
|
- }
|
|
|
- }
|
|
|
+ // ,"plugins": {
|
|
|
+ // "live-player-plugin": {
|
|
|
+ // "version": "1.3.0",
|
|
|
+ // "provider": "wx2b03c6e691cd7370"
|
|
|
+ // }
|
|
|
+ // }
|
|
|
},
|
|
|
{
|
|
|
"root": "pages/chat",
|
|
|
@@ -637,14 +637,14 @@
|
|
|
// #endif
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- "path": "liveBroadcast/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "直播列表",
|
|
|
- "navigationBarBackgroundColor": "#F2F2F2"
|
|
|
+ // {
|
|
|
+ // "path": "liveBroadcast/index",
|
|
|
+ // "style": {
|
|
|
+ // "navigationBarTitleText": "直播列表",
|
|
|
+ // "navigationBarBackgroundColor": "#F2F2F2"
|
|
|
|
|
|
- }
|
|
|
- },
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
"path": "presell/index",
|
|
|
"style": {
|
|
|
@@ -746,26 +746,26 @@
|
|
|
"backgroundColor": "#ffffff",
|
|
|
"list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
|
- "iconPath": "static/images/1-001.png",
|
|
|
- "selectedIconPath": "static/images/1-002.png",
|
|
|
+ "iconPath": "./static/images/1-001.png",
|
|
|
+ "selectedIconPath": "./static/images/1-002.png",
|
|
|
"text": "首页"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/goods_cate/goods_cate",
|
|
|
- "iconPath": "static/images/2-001.png",
|
|
|
- "selectedIconPath": "static/images/2-002.png",
|
|
|
+ "iconPath": "./static/images/2-001.png",
|
|
|
+ "selectedIconPath": "./static/images/2-002.png",
|
|
|
"text": "分类"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/order_addcart/order_addcart",
|
|
|
- "iconPath": "static/images/3-001.png",
|
|
|
- "selectedIconPath": "static/images/3-002.png",
|
|
|
+ "iconPath": "./static/images/3-001.png",
|
|
|
+ "selectedIconPath": "./static/images/3-002.png",
|
|
|
"text": "购物车"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/user/index",
|
|
|
- "iconPath": "static/images/4-001.png",
|
|
|
- "selectedIconPath": "static/images/4-002.png",
|
|
|
+ "iconPath": "./static/images/4-001.png",
|
|
|
+ "selectedIconPath": "./static/images/4-002.png",
|
|
|
"text": "我的"
|
|
|
}
|
|
|
]
|