Browse Source

fix(mini): 删除app.config.ts中重复的登录页路径

🤖 Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
yourname 1 week ago
parent
commit
6b8aa7e964
1 changed files with 1 additions and 3 deletions
  1. 1 3
      mini/src/app.config.ts

+ 1 - 3
mini/src/app.config.ts

@@ -8,9 +8,7 @@ export default defineAppConfig({
     'pages/yongren/order/detail/index',
     'pages/yongren/statistics/index',
     'pages/yongren/settings/index',
-    'pages/yongren/video/index',
-    // 原有小程序页面(企业用户专用)
-    'pages/login/index'
+    'pages/yongren/video/index'
   ],
   window: {
     backgroundTextStyle: 'light',