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