feat: 首页头部更改

This commit is contained in:
mx00085@163.com
2023-03-13 15:02:14 +08:00
parent f95169af18
commit dfb22b97b3
2 changed files with 2353 additions and 1759 deletions

View File

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

File diff suppressed because it is too large Load Diff