|
|
@@ -8,9 +8,9 @@ import browser from "@/utils/browser";
|
|
|
import i18n, { getLocale, setI18nLanguage, loadLocaleMessages } from './i18n'
|
|
|
|
|
|
if (!window.location.search) {
|
|
|
- window.location.href = "/index.html?m=KJ-eur-7bRK91138f&pose=pano:188,qua:0.0013,-0.6099,0.001,0.7925";
|
|
|
-} else if (!browser.hasURLParam("pose") && browser.getURLParam("m") == "KJ-eur-7bRK91138f") {
|
|
|
- let url = window.location.href + `&pose=pano:188,qua:0.0013,-0.6099,0.001,0.7925`;
|
|
|
+ window.location.href = "/index.html?m=KJ-eur-MBJF95ae80&pose=pano:58,qua:0,-0.7979,0,0.6028&lang=zh_HK";
|
|
|
+} else if (!browser.hasURLParam("pose") && browser.getURLParam("m") == "KJ-eur-MBJF95ae80") {
|
|
|
+ let url = window.location.href + `&pose=pano:58,qua:0,-0.7979,0,0.6028&lang=zh_HK`;
|
|
|
window.location.href = url;
|
|
|
} else {
|
|
|
|