mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 18:06:47 +08:00
Merge remote-tracking branch 'yx/20250821-hz' into master-0626-prod
This commit is contained in:
@@ -1048,7 +1048,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
|
||||
|
||||
2
unpackage/dist/build/h5/index.html
vendored
2
unpackage/dist/build/h5/index.html
vendored
@@ -19,4 +19,4 @@
|
||||
hm.src = "https://hm.baidu.com/hm.js?ea89f02dca369037a73c5e3907e2c14a";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors.b01deae1.js></script><script src=/mobile/static/js/index.a5401564.js></script></body></html>
|
||||
})();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors.b01deae1.js></script><script src=/mobile/static/js/index.606281cc.js></script></body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
unpackage/dist/build/h5/static/js/pages-study-courseStudy.5a1b3672.js
vendored
Normal file
1
unpackage/dist/build/h5/static/js/pages-study-courseStudy.5a1b3672.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user