mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
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 |
@@ -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') {
|
||||
|
||||
@@ -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'){
|
||||
|
||||
3994
src/views/Index.vue
3994
src/views/Index.vue
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user