diff --git a/pages/study/courseStudy.vue b/pages/study/courseStudy.vue index 3e7f9f7..b32ff7e 100644 --- a/pages/study/courseStudy.vue +++ b/pages/study/courseStudy.vue @@ -976,7 +976,9 @@ if (this.conLink.openType == 2) { //新的窗口直接打开 const url = this.conLink.url - if (url.startsWith("/mobile")) { + + console.log(`------- current url is : `, url) + if (url.includes("/mobile")) { setTimeout(()=>window.open(url.replace("/mobile", ""), "_top")) } else { location.href = url