fix:跳转社招新员工页面

This commit is contained in:
zxj
2025-12-17 21:33:25 +08:00
parent cc21f771c8
commit c561c82638
2 changed files with 21 additions and 20 deletions

View File

@@ -418,6 +418,10 @@ export default {
window.open(obj[val]); window.open(obj[val]);
}, },
async handleCommand(val) { async handleCommand(val) {
if (val === "four") {
window.open("https://m.qingxuetang.com/x/?appId=qxtcorp306130");
// this.$emit('showClass',true)
} else {
if (val === "five") { if (val === "five") {
// 从后端获取用户信息和报名状态 // 从后端获取用户信息和报名状态
const res = await getWelcomeData(); const res = await getWelcomeData();
@@ -428,10 +432,6 @@ export default {
} }
} }
} }
if (val === "four") {
window.open("https://m.qingxuetang.com/x/?appId=qxtcorp306130");
// this.$emit('showClass',true)
} else {
let urlPre = window.location.protocol + "//" + window.location.host; let urlPre = window.location.protocol + "//" + window.location.host;
// process.env.VUE_APP_BOE_WEB_URL // process.env.VUE_APP_BOE_WEB_URL
let obj = { let obj = {

View File

@@ -422,6 +422,10 @@ export default {
// four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130', // four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
// five: process.env.VUE_APP_BOE_WEB_URL+'/boe/new-employee/index.html' // five: process.env.VUE_APP_BOE_WEB_URL+'/boe/new-employee/index.html'
// }; // };
if (val === "for") {
this.uClassShow = true;
} else {
if (val === "five") { if (val === "five") {
// 从后端获取用户信息和报名状态 // 从后端获取用户信息和报名状态
const res = await getWelcomeData(); const res = await getWelcomeData();
@@ -432,9 +436,6 @@ export default {
} }
} }
} }
if (val === "for") {
this.uClassShow = true;
} else {
let urlPre = window.location.protocol + "//" + window.location.host; let urlPre = window.location.protocol + "//" + window.location.host;
// process.env.VUE_APP_BOE_WEB_URL // process.env.VUE_APP_BOE_WEB_URL
let obj = { let obj = {