소스 검색

Merge branch 'master' of http://gogs.gisvg.com/YDM/graduate-ui

47 1 개월 전
부모
커밋
e29867381e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/layout/components/UserInfo/src/UserInfo.vue
  2. 1 1
      src/router/modules/remaining.ts

+ 1 - 1
src/layout/components/UserInfo/src/UserInfo.vue

@@ -48,7 +48,7 @@ const loginOut = async () => {
 }
 //获取个人信息
 const toProfile = async () => {
-  push('/user/profile')
+  push('/')
 }
 const toDocument = () => {
   window.open('http://172.16.59.50:9000/graduate/bdc2494f918eb9c98e8125a9b97c703f7ebcf846de0125958a525319fd3ad854.pdf')

+ 1 - 1
src/router/modules/remaining.ts

@@ -194,7 +194,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
     },
     children: [
       {
-        path: 'profile',
+        path: '/',
         component: () => import('@/views/Profile/Index.vue'),
         name: 'Profile',
         meta: {