mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
fix:社招新员工路由地址调整
This commit is contained in:
@@ -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]);
|
||||
|
||||
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user