|
@@ -81,7 +81,7 @@
|
|
|
"path": "pages/game/index",
|
|
"path": "pages/game/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationStyle": "custom",
|
|
"navigationStyle": "custom",
|
|
|
- "disableScroll": true
|
|
|
|
|
|
|
+ "disableScroll": true
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -105,8 +105,15 @@
|
|
|
"backgroundColorContent": "@bgContentColor",
|
|
"backgroundColorContent": "@bgContentColor",
|
|
|
"backgroundColor": "@bgColor",
|
|
"backgroundColor": "@bgColor",
|
|
|
"navigationBarBackgroundColor": "@navBgColor",
|
|
"navigationBarBackgroundColor": "@navBgColor",
|
|
|
|
|
+ "hideBottomNavigationIndicator": true,
|
|
|
"pageOrientation": "landscape",
|
|
"pageOrientation": "landscape",
|
|
|
- "navigationStyle": "custom"
|
|
|
|
|
|
|
+ "navigationStyle": "custom",
|
|
|
|
|
+ "mp-weixin": {
|
|
|
|
|
+ "style": "v2",
|
|
|
|
|
+ "app-plus": {
|
|
|
|
|
+ "safeArea": false
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
"uniIdRouter": {}
|
|
"uniIdRouter": {}
|
|
|
-}
|
|
|
|
|
|
|
+}
|