mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
u选小课堂改为跳转
This commit is contained in:
@@ -1263,7 +1263,8 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
uOnClick(){
|
uOnClick(){
|
||||||
this.showUClass = true;
|
// this.showUClass = true;
|
||||||
|
window.open("https://m.qingxuetang.com/x/?appId=qxtcorp306130")
|
||||||
},
|
},
|
||||||
setCurIdentity(iden) {
|
setCurIdentity(iden) {
|
||||||
this.$store.dispatch("SetCurIdentity", iden);
|
this.$store.dispatch("SetCurIdentity", iden);
|
||||||
|
|||||||
@@ -794,7 +794,8 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
uClassClick() {
|
uClassClick() {
|
||||||
this.showUClass = true;
|
// this.showUClass = true;
|
||||||
|
window.open("https://m.qingxuetang.com/x/?appId=qxtcorp306130")
|
||||||
},
|
},
|
||||||
saveLocalFilters() {
|
saveLocalFilters() {
|
||||||
let typeCodeList = [];
|
let typeCodeList = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user