|
@@ -1,6 +1,13 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
{
|
|
|
+ "path": "pages/tabBar/user/user",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
+ "enablePullDownRefresh" : true,
|
|
|
+ "navigationStyle":"custom"
|
|
|
+ }
|
|
|
+ },{
|
|
|
"path": "pages/authorization/authorization",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "微信授权",
|
|
@@ -25,13 +32,6 @@
|
|
|
"navigationBarTitleText": "购物车",
|
|
|
"enablePullDownRefresh":true
|
|
|
}
|
|
|
- },{
|
|
|
- "path": "pages/tabBar/user/user",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的",
|
|
|
- "enablePullDownRefresh" : true,
|
|
|
- "navigationStyle":"custom"
|
|
|
- }
|
|
|
}
|
|
|
],
|
|
|
"subPackages": [
|
|
@@ -374,7 +374,20 @@
|
|
|
"selectedColor": "#E15616",
|
|
|
"borderStyle": "black",
|
|
|
"backgroundColor": "#ffffff",
|
|
|
- "list": []
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/tabBar/home/index",
|
|
|
+ "iconPath": "static/icon-home@3x.png",
|
|
|
+ "selectedIconPath": "static/icon-home-active@3x.png",
|
|
|
+ "text": "商城"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/tabBar/cart/cart",
|
|
|
+ "iconPath": "static/icon-cart@3x.png",
|
|
|
+ "selectedIconPath": "static/icon-cart-active@3x.png",
|
|
|
+ "text": "购物车"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"easycom": {
|
|
|
"autoscan": true,
|