|
@@ -31,7 +31,7 @@ export default {
|
|
let way = type === 'corp' ? 'corp' : 'stud';
|
|
let way = type === 'corp' ? 'corp' : 'stud';
|
|
sessionStorage.setItem('type', way);
|
|
sessionStorage.setItem('type', way);
|
|
let openid = type === 'stud' ? 'ocPqjswkUejZHq2ANriNrFFC7A3I' : type === 'out' ? 'teststud1' : '13089419810';
|
|
let openid = type === 'stud' ? 'ocPqjswkUejZHq2ANriNrFFC7A3I' : type === 'out' ? 'teststud1' : '13089419810';
|
|
- window.location.href = `/wxtoken/auth?test=${openid}&redirect_uri=${window.location.href}`; //学生:省外=>teststud1;省内=>lrf402788946:openid:ocPqjswkUejZHq2ANriNrFFC7A3I 企业:13089419810,testcorp1
|
|
|
|
|
|
+ window.location.href = `wxtoken/auth?test=${openid}&redirect_uri=${window.location.href}`; //学生:省外=>teststud1;省内=>lrf402788946:openid:ocPqjswkUejZHq2ANriNrFFC7A3I 企业:13089419810,testcorp1
|
|
},
|
|
},
|
|
},
|
|
},
|
|
};
|
|
};
|