完成个人页面

This commit is contained in:
lip
2025-11-06 13:03:43 +08:00
parent b31fcd34c7
commit 5d52ca004f
5 changed files with 2090 additions and 23 deletions

View File

@@ -1038,6 +1038,7 @@ import { getToken } from '@/utilsRc/auth.js';
// 跳转到高校毕业页面
function goRc(){
if (checkLogin()) {
navTo('/packageRc/pages/index/index');
let token = getToken();
if( token != null && token != '' && token != undefined ){
if(storeRc.state.user.type == 'person'){