u选小课堂改为跳转

This commit is contained in:
zhangsir
2024-04-30 15:06:34 +08:00
parent 2bc093fae1
commit 18461264c5
2 changed files with 4 additions and 2 deletions

View File

@@ -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);

View File

@@ -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 = [];