|
@@ -43,7 +43,8 @@
|
|
)
|
|
)
|
|
) {
|
|
) {
|
|
if (window.location.href.includes("scene")) {
|
|
if (window.location.href.includes("scene")) {
|
|
- window.location.href = window.location.href.replace("scene", "mobile/display");
|
|
|
|
|
|
+ // https://gzwcbwg.4dage.com/mobile/#/?m=KJ-ztJ9nPQyf64
|
|
|
|
+ window.location.href = window.location.href.replace("scene/index.html", "mobile");
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
location.reload(true);
|
|
location.reload(true);
|
|
}, 200);
|
|
}, 200);
|