فهرست منبع

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: {