fix:社招新员工路由地址调整

This commit is contained in:
zxj
2025-11-14 16:41:17 +08:00
parent e9f18191fb
commit 1536aa3d33
2 changed files with 2 additions and 2 deletions

View File

@@ -430,7 +430,7 @@ export default {
three: this.webBaseUrl + "/study/index?study=1",
// four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
five: urlPre + "/new-employee/welcome",
six: urlPre + "/web/contributor/index",
six: this.webBaseUrl + "/web/contributor/index",
seven: this.webBaseUrl + "/grateful/index",
};
window.open(obj[val]);

View File

@@ -431,7 +431,7 @@ export default {
two: urlPre + "/grow180/login",
three: this.webBaseUrl + "/study/index?study=1",
// four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
five: urlPre + "/new-employee/welcome",
five: this.webBaseUrl + "/new-employee/welcome",
seven: this.webBaseUrl + "/grateful/index",
};
window.open(obj[val]);