|
@@ -46,7 +46,9 @@
|
|
|
) {
|
|
) {
|
|
|
// 移动端
|
|
// 移动端
|
|
|
if (window.location.href.includes("web")) {
|
|
if (window.location.href.includes("web")) {
|
|
|
- window.location.href = window.location.href.replace("web", "YHTM");
|
|
|
|
|
|
|
+ const myTitle = window.location.href.includes('_1')
|
|
|
|
|
+ if (myTitle) window.location.href = window.location.href.replace("web", "webMEn");
|
|
|
|
|
+ else window.location.href = window.location.href.replace("web", "webM");
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
location.reload(true);
|
|
location.reload(true);
|
|
|
}, 200);
|
|
}, 200);
|