Merge branch 'dev0731' into 'master'

Dev0731

See merge request !21
This commit is contained in:
joshen
2023-08-09 01:45:30 +08:00

View File

@@ -218,17 +218,21 @@ export default {
// }); // });
}, },
handleCommand(val) { handleCommand(val) {
let urlPre=window.location.protocol+'//'+window.location.host; if (val === "four") {
// process.env.VUE_APP_BOE_WEB_URL this.$emit('showClass',true)
let obj = { } else {
one: urlPre+'/web/teacherLesson', let urlPre = window.location.protocol + "//" + window.location.host;
two: urlPre+'/grow180/login', // process.env.VUE_APP_BOE_WEB_URL
three: this.webBaseUrl + '/study/index?study=1', let obj = {
four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130', one: urlPre + "/web/teacherLesson",
five: urlPre+'/boe/new-employee/index.html', two: urlPre + "/grow180/login",
six: urlPre+'/web/contributor/index' three: this.webBaseUrl + "/study/index?study=1",
}; // four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
window.open(obj[val]); five: urlPre + "/boe/new-employee/index.html",
six: urlPre + "/web/contributor/index",
};
window.open(obj[val]);
}
}, },
handleUcCommand(val) { handleUcCommand(val) {
if (val == 'uc') { if (val == 'uc') {