Revert "feat: 首页以及header新增U选小课堂弹窗"

This reverts commit 5d4ae8a029.
This commit is contained in:
mx00085@163.com
2023-03-13 14:32:34 +08:00
parent 5d4ae8a029
commit 01e10a1e97
9 changed files with 1792 additions and 2486 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

View File

@@ -214,21 +214,17 @@ export default {
// });
},
handleCommand(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]);
}
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') {

View File

@@ -119,53 +119,6 @@
</div>
</el-dialog>
<gonggao></gonggao>
<div class="u-class">
<el-dialog :visible.sync="uClassShow" width="833px">
<div class="ClassBoxContent">
<img src="../../../assets/images/u_class.png" alt="" class="img" />
<div class="ContentBox">
<div class="left">
<div class="title">U选小课堂</div>
<div class="jy">项目简介</div>
<div class="msg">
于22年首推是一个面向全集团员工开放的职业通识类数字化培养项目旨在帮助员工开阔眼界加厚职业素养在原有外部精选通用力课程基础上2023年引入创新专区以新鲜的话题新颖的形式带给全员丰富有趣的学习体验
</div>
<div class="bottom"></div>
</div>
<div class="right">
<div class="tyl" @click="tylClick">
<div class="tyl_title">
<img
src="../../../assets/images/dc.png"
alt=""
class="tyl_title_img"
/>
<span class="tyl_title_msg">通用力专区</span>
</div>
<div class="tyl_jy">加厚职业素养轻学习快成长</div>
<div class="tyl_msg">
内容涵盖领导力市场营销职场技能财务知识法律常识人力资源经典国学人文社科
</div>
</div>
<div class="cyl" @click="cylClick">
<div class="tyl_title">
<img
src="../../../assets/images/cyl.png"
alt=""
class="tyl_title_img"
/>
<span class="tyl_title_msg">创新力专区</span>
</div>
<div class="tyl_jy">激发创新潜力拓视野促思考</div>
<div class="tyl_msg">
内容涵盖组合创新单点破局错位竞争分形创新第二曲线数字化元宇宙
</div>
</div>
</div>
</div>
</div>
</el-dialog>
</div>
</div>
</template>
@@ -234,12 +187,6 @@ export default {
this.$store.dispatch('refrashMsg');
},
methods: {
tylClick() {
window.open("https://m.qingxuetang.com/x/?appId=qxtcorp306130");
},
cylClick(){
window.open("https://u.boe.com/pc/course?keyword=创新力专区");
},
setCurIdentity(iden){
this.$store.dispatch('SetCurIdentity',iden);
},
@@ -254,30 +201,16 @@ export default {
// four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
// five: process.env.VUE_APP_BOE_WEB_URL+'/boe/new-employee/index.html'
// };
if (val === "four") {
this.uClassShow = 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",
};
window.open(obj[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'
// };
// window.open(obj[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'
};
window.open(obj[val]);
},
handleUcCommand(val){
if(val == 'logout'){

File diff suppressed because it is too large Load Diff