diff --git a/aiApp/pages.json b/aiApp/pages.json
index 570407ef..93b15ad7 100644
--- a/aiApp/pages.json
+++ b/aiApp/pages.json
@@ -6,13 +6,6 @@
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
- },
- {
- "path": "pages/index/test",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
}
],
"globalStyle": {
diff --git a/aiApp/pages/index/index copy.vue b/aiApp/pages/index/index copy.vue
new file mode 100644
index 00000000..87817bfb
--- /dev/null
+++ b/aiApp/pages/index/index copy.vue
@@ -0,0 +1,164 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/aiApp/pages/index/index.vue b/aiApp/pages/index/index.vue
index f4eab4f4..d67f0cc5 100644
--- a/aiApp/pages/index/index.vue
+++ b/aiApp/pages/index/index.vue
@@ -29,9 +29,9 @@
}
},
onLoad() {
- this.sendBaseConfig()
+ // this.sendBaseConfig()
// 检查更新
- this.checkAppUpdate()
+ // this.checkAppUpdate()
},
methods: {
// 构建 iframe URL,包含参数
diff --git a/aiApp/pages/index/test.vue b/aiApp/pages/index/test.vue
deleted file mode 100644
index 538d3a3c..00000000
--- a/aiApp/pages/index/test.vue
+++ /dev/null
@@ -1,304 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- 消息控制:
-
-
-
-
-
-
-
-
- 接收到的消息:
-
-
- {{msg}}
-
-
-
-
-
-
-
-
-
-