Parcourir la source

refactor: 移除未使用的"我的"页面及相关路由配置

feige996 il y a 10 mois
Parent
commit
11b7880810
1 fichiers modifiés avec 0 ajouts et 43 suppressions
  1. 0 43
      src/pages.json

+ 0 - 43
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": []