u选小课堂改为通用力专区

This commit is contained in:
zhangsir
2024-04-25 15:09:36 +08:00
parent 2984471b3a
commit 931586a65d

View File

@@ -39,7 +39,7 @@
<el-dropdown-item command="one">BOE系列公开课</el-dropdown-item> <el-dropdown-item command="one">BOE系列公开课</el-dropdown-item>
<el-dropdown-item command="two" divided>Grow180</el-dropdown-item> <el-dropdown-item command="two" divided>Grow180</el-dropdown-item>
<el-dropdown-item command="three" divided>管理者进阶</el-dropdown-item> <el-dropdown-item command="three" divided>管理者进阶</el-dropdown-item>
<el-dropdown-item command="four" divided>U选小课堂</el-dropdown-item> <el-dropdown-item command="four" divided>通用力专区</el-dropdown-item>
<el-dropdown-item command="five" divided>社招新员工</el-dropdown-item> <el-dropdown-item command="five" divided>社招新员工</el-dropdown-item>
<!-- <el-dropdown-item command="six" divided>贡献者专区</el-dropdown-item> --> <!-- <el-dropdown-item command="six" divided>贡献者专区</el-dropdown-item> -->
<el-dropdown-item command="seven" divided>教师专区</el-dropdown-item> <el-dropdown-item command="seven" divided>教师专区</el-dropdown-item>
@@ -170,7 +170,6 @@ export default {
default:'' default:''
}, },
}, },
components:{popup,yearMedal}, components:{popup,yearMedal},
computed: { computed: {
...mapGetters(['userInfo','curIdentity', 'userMsg','identity','studyTaskCount']), ...mapGetters(['userInfo','curIdentity', 'userMsg','identity','studyTaskCount']),
@@ -250,7 +249,8 @@ export default {
}, },
handleCommand(val) { handleCommand(val) {
if (val === "four") { if (val === "four") {
this.$emit('showClass',true) window.open("https://m.qingxuetang.com/x/?appId=qxtcorp306130")
// this.$emit('showClass',true)
} else { } else {
let urlPre = window.location.protocol + "//" + window.location.host; let urlPre = window.location.protocol + "//" + window.location.host;
// process.env.VUE_APP_BOE_WEB_URL // process.env.VUE_APP_BOE_WEB_URL