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