浏览代码

突破调整

wangxy 4 月之前
父节点
当前提交
5f95c1022a
共有 2 个文件被更改,包括 13 次插入5 次删除
  1. 12 4
      pages.json
  2. 1 1
      pages/game/index.vue

+ 12 - 4
pages.json

@@ -16,7 +16,10 @@
 			"path": "pages/selectGradesTerms/index",
 			"style": {
 				"navigationBarTitleText": "选择学科和年纪",
-				"navigationStyle": "custom"
+				"navigationStyle": "custom",
+				"app-plus": {
+					"animationType": "none"
+				}
 			}
 		},
 		{
@@ -35,9 +38,14 @@
 		},
 		{
 			"path": "pages/game/index",
+				
 			"style": {
-				"navigationStyle": "custom"
+				"navigationStyle": "custom",
+				"app-plus": {
+					"animationType": "none"
+				}
 			}
+		
 		},
 		{
 			"path": "pages/my/index",
@@ -121,8 +129,8 @@
 		"navigationBarTitleText": "麦塔软件",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8",
-		"animationType": "none",
-		"animationDuration": "0",
+		// "animationType": "none",
+		// "animationDuration": "0",
 		//禁止滑动返回
 		"app-plus": {
 					"popGesture": "none"

+ 1 - 1
pages/game/index.vue

@@ -59,7 +59,7 @@
 	}]);
 	const foodSelectRef = ref(null);
 	const dlRef = ref(null);
-	
+
 	function handleClose() {
 		dlRef.value.handleClose();
 	}