From 06e0ce510613c4ff16df465905b6a5d5d67176ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Fri, 29 Aug 2025 17:14:23 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E9=A1=B5=E9=9D=A2=E5=B9=B6=E4=BC=98=E5=8C=96=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除未使用的测试页面及相关路由配置 - 注释掉主页面中暂时不需要的初始化函数调用 - 添加页面备份文件以备后续参考 --- aiApp/pages.json | 7 - aiApp/pages/index/index copy.vue | 164 +++++++++++++++++ aiApp/pages/index/index.vue | 4 +- aiApp/pages/index/test.vue | 304 ------------------------------- 4 files changed, 166 insertions(+), 313 deletions(-) create mode 100644 aiApp/pages/index/index copy.vue delete mode 100644 aiApp/pages/index/test.vue diff --git a/aiApp/pages.json b/aiApp/pages.json index 570407ef2..93b15ad7a 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 000000000..87817bfb8 --- /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 f4eab4f4d..d67f0cc52 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 538d3a3cb..000000000 --- a/aiApp/pages/index/test.vue +++ /dev/null @@ -1,304 +0,0 @@ - - - - -