mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
@@ -218,17 +218,21 @@ export default {
|
|||||||
// });
|
// });
|
||||||
},
|
},
|
||||||
handleCommand(val) {
|
handleCommand(val) {
|
||||||
let urlPre=window.location.protocol+'//'+window.location.host;
|
if (val === "four") {
|
||||||
|
this.$emit('showClass',true)
|
||||||
|
} else {
|
||||||
|
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 = {
|
||||||
one: urlPre+'/web/teacherLesson',
|
one: urlPre + "/web/teacherLesson",
|
||||||
two: urlPre+'/grow180/login',
|
two: urlPre + "/grow180/login",
|
||||||
three: this.webBaseUrl + '/study/index?study=1',
|
three: this.webBaseUrl + "/study/index?study=1",
|
||||||
four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
|
// four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
|
||||||
five: urlPre+'/boe/new-employee/index.html',
|
five: urlPre + "/boe/new-employee/index.html",
|
||||||
six: urlPre+'/web/contributor/index'
|
six: urlPre + "/web/contributor/index",
|
||||||
};
|
};
|
||||||
window.open(obj[val]);
|
window.open(obj[val]);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
handleUcCommand(val) {
|
handleUcCommand(val) {
|
||||||
if (val == 'uc') {
|
if (val == 'uc') {
|
||||||
|
|||||||
Reference in New Issue
Block a user