|
|
@@ -1,5 +1,6 @@
|
|
|
{
|
|
|
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ "pages": [
|
|
|
+ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
{
|
|
|
"path": "pages/login/index",
|
|
|
"style": {
|
|
|
@@ -7,6 +8,34 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ "path": "pages/chanpinXuanze/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/chanpinneirong/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/game/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "app-plus": {
|
|
|
+ "animationType": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/chanpinMy/my",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
"path": "pages/login/login",
|
|
|
"style": {
|
|
|
"navigationStyle": "custom"
|
|
|
@@ -57,17 +86,6 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/game/index",
|
|
|
-
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom",
|
|
|
- "app-plus": {
|
|
|
- "animationType": "none"
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- {
|
|
|
"path": "pages/my/index",
|
|
|
"style": {
|
|
|
"navigationStyle": "custom"
|
|
|
@@ -142,12 +160,7 @@
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- "path": "pages/chanpinXuanze/index",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
"path": "pages/chanpinXuanze/banben",
|
|
|
"style": {
|
|
|
@@ -160,69 +173,47 @@
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
- "path" : "pages/chanpinneirong/index",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/chanpinMy/my",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/chanpinMy/myInfo",
|
|
|
- "style" :
|
|
|
- {
|
|
|
+ "path": "pages/chanpinMy/myInfo",
|
|
|
+ "style": {
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/chanpinMy/aboutPage",
|
|
|
- "style" :
|
|
|
- {
|
|
|
+ "path": "pages/chanpinMy/aboutPage",
|
|
|
+ "style": {
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/xinshuxue/lookShipin",
|
|
|
- "style" :
|
|
|
- {
|
|
|
+ "path": "pages/xinshuxue/lookShipin",
|
|
|
+ "style": {
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"tabBar": {
|
|
|
"custom": true,
|
|
|
- "list": []
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/chanpinXuanze/index"
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/chanpinneirong/index"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/game/index"
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/chanpinMy/my"
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ ]
|
|
|
},
|
|
|
- // "tabBar": {
|
|
|
- // "height": "90rpx",
|
|
|
- // "iconWidth": "134rpx",
|
|
|
- // "spacing": "0px",
|
|
|
- // "backgroundColor": "transparent",
|
|
|
- // "list": [{
|
|
|
- // "pagePath": "pages/study/index",
|
|
|
- // "iconPath": "static/images/tabbar/unselect/plan-sj.png",
|
|
|
- // "selectedIconPath": "static/images/tabbar/select/plan-sj.png"
|
|
|
- // }, {
|
|
|
- // "pagePath": "pages/study/index",
|
|
|
- // "iconPath": "static/images/tabbar/unselect/develop-sj.png",
|
|
|
- // "selectedIconPath": "static/images/tabbar/select/develop-sj.png"
|
|
|
- // }, {
|
|
|
- // "pagePath": "pages/study/index",
|
|
|
- // "iconPath": "static/images/tabbar/unselect/partner-sj.png",
|
|
|
- // "selectedIconPath": "static/images/tabbar/select/partner-sj.png"
|
|
|
- // }, {
|
|
|
- // "pagePath": "pages/my/index",
|
|
|
- // "iconPath": "static/images/tabbar/unselect/my-sj.png",
|
|
|
- // "selectedIconPath": "static/images/tabbar/select/my-sj.png"
|
|
|
- // }]
|
|
|
- // },
|
|
|
"globalStyle": {
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarTitleText": "鹅状元",
|
|
|
@@ -248,4 +239,4 @@
|
|
|
"query": "" //启动参数,在页面的onLoad函数里面得到
|
|
|
}]
|
|
|
}
|
|
|
-}
|
|
|
+}
|