修改bug
This commit is contained in:
@@ -1048,7 +1048,6 @@ import { getToken } from '@/utilsRc/auth.js';
|
|||||||
// 跳转到高校毕业页面
|
// 跳转到高校毕业页面
|
||||||
function goRc(){
|
function goRc(){
|
||||||
if (checkLogin()) {
|
if (checkLogin()) {
|
||||||
navTo('/packageRc/pages/index/index');
|
|
||||||
let token = getToken();
|
let token = getToken();
|
||||||
if( token != null && token != '' && token != undefined ){
|
if( token != null && token != '' && token != undefined ){
|
||||||
if(storeRc.state.user.type == 'person'){
|
if(storeRc.state.user.type == 'person'){
|
||||||
|
|||||||
Reference in New Issue
Block a user