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',