lizhi 3 달 전
부모
커밋
f9d02a7be8
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 1
      .gitignore
  2. 2 2
      web/src/router/routes/asyncRoutes.ts

+ 3 - 1
.gitignore

@@ -7,4 +7,6 @@ protected/runtime/*
 .vscode
 /.project
 /.settings
-/.buildpath
+/.buildpath
+
+/web/.env.development

+ 2 - 2
web/src/router/routes/asyncRoutes.ts

@@ -419,8 +419,8 @@ export const asyncRoutes: AppRouteRecord[] = [
         ]
     },
     {
-        path: 'user-center',
-        name: 'userCenter',
+        path: '/system/user-center',
+        name: 'UserCenter',
         component: RoutesAlias.UserCenter,
         meta: {
             title: 'menus.system.userCenter',