From 11b78808107ff44102f4be8d4f7a540783464940 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Tue, 17 Jun 2025 22:39:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84"=E6=88=91=E7=9A=84"=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8F=8A=E7=9B=B8=E5=85=B3=E8=B7=AF=E7=94=B1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/src/pages.json b/src/pages.json index 4d93795..7f469db 100644 --- a/src/pages.json +++ b/src/pages.json @@ -36,12 +36,6 @@ "text": "关于", "icon": "i-carbon-code", "iconType": "unocss" - }, - { - "pagePath": "pages/mine/index", - "text": "我的", - "icon": "iconfont icon-my", - "iconType": "iconfont" } ] }, @@ -64,43 +58,6 @@ "navigationBarTitleText": "关于", "navigationStyle": "custom" } - }, - { - "path": "pages/login/index", - "type": "page", - "style": { - "navigationBarTitleText": "登录", - "navigationStyle": "custom" - } - }, - { - "path": "pages/mine/index", - "type": "page", - "layout": "tabbar", - "style": { - "navigationBarTitleText": "我的" - } - }, - { - "path": "pages/mine/about/index", - "type": "page", - "style": { - "navigationBarTitleText": "关于我们" - } - }, - { - "path": "pages/mine/info/index", - "type": "page", - "style": { - "navigationBarTitleText": "个人资料" - } - }, - { - "path": "pages/mine/password/index", - "type": "page", - "style": { - "navigationBarTitleText": "修改密码" - } } ], "subPackages": []