排查问题1

This commit is contained in:
zhangsir
2024-07-17 10:37:26 +08:00
parent b40dd4fb96
commit 18adb406a2
2 changed files with 21 additions and 7 deletions

View File

@@ -275,7 +275,14 @@ export default {
if(this.nums == 0){
window.location.href = `${this.webBaseUrl}/uc/study/task?type=9`;
}
window.location.href = `${this.webBaseUrl}/uc/study/task`;
// window.location.href = `${this.webBaseUrl}/uc/study/task?type=${this.fistTotals || this.growTotal || this.pathTotals}`;
if(this.fistTotals != 0){
window.location.href = `${this.webBaseUrl}/uc/study/task?type=1`;
}else if (this.growTotal != 0){
window.location.href = `${this.webBaseUrl}/uc/study/growth`;
}else{
window.location.href = `${this.webBaseUrl}/uc/study/task?type=2`;
}
}else{
window.location.href = `${this.webBaseUrl}/uc/study/courses`;
}