From ef9d4c6c6308cd3aec4c6e878b3b479ac35bae97 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Mon, 7 Apr 2025 19:11:14 +0800 Subject: [PATCH] =?UTF-8?q?refactor(pages.json):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84=E9=A1=B5=E9=9D=A2=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 清理了 `pages.json` 文件中未使用的页面路径 `auth/loginAndRegisterAndForgetPassword`,以简化配置文件并提高可维护性。 --- pages.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pages.json b/pages.json index 45bbd1d..8d98602 100644 --- a/pages.json +++ b/pages.json @@ -73,16 +73,11 @@ { "path": "mine/service" }, - - { "path": "auth/wxLogin" }, { "path": "auth/wxUserInfo" - }, - { - "path": "auth/loginAndRegisterAndForgetPassword" } ] }],