|
@@ -7,7 +7,7 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
-
|
|
|
|
|
|
+
|
|
{
|
|
{
|
|
"path": "pages/index/index",
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"style": {
|
|
@@ -16,13 +16,12 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path" : "pages/login_Wechat/login_Wechat",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
+ "path": "pages/login_Wechat/login_Wechat",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path": "pages/publish/publish",
|
|
"path": "pages/publish/publish",
|
|
@@ -30,7 +29,7 @@
|
|
"navigationBarTitleText": "",
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path": "pages/login/login",
|
|
"path": "pages/login/login",
|
|
@@ -205,34 +204,31 @@
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/liveActivityList/liveActivityList",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/Sign/Sign",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/mineRelease/mineRelease",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
|
|
+ , {
|
|
|
|
+ "path": "pages/liveActivityList/liveActivityList",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": ""
|
|
|
|
+ // "enablePullDownRefresh": false,
|
|
|
|
+ // "enablePullDownRefresh": true
|
|
|
|
+ // "onReachBottomDistance": 50
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "pages/Sign/Sign",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "pages/mineRelease/mineRelease",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
"tabBar": {
|
|
"tabBar": {
|
|
// "custom": true,
|
|
// "custom": true,
|
|
"backgroundColor": "#ffffff",
|
|
"backgroundColor": "#ffffff",
|