mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
u选小课堂改为通用力专区
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user