修改跳转路径

This commit is contained in:
nisen
2023-09-07 10:55:46 +08:00
parent b33338da2b
commit aa9720c3b8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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