mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 12:56:43 +08:00
修改
This commit is contained in:
@@ -233,11 +233,7 @@ export default {
|
||||
handleCommand(val) {
|
||||
if (val === "four") {
|
||||
this.$emit('showClass',true)
|
||||
} else if(val === "seven"){
|
||||
this.$router.push({
|
||||
path:'/grateful'
|
||||
})
|
||||
} else {
|
||||
} else {
|
||||
let urlPre = window.location.protocol + "//" + window.location.host;
|
||||
// process.env.VUE_APP_BOE_WEB_URL
|
||||
let obj = {
|
||||
@@ -247,6 +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'
|
||||
};
|
||||
window.open(obj[val]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user