|
@@ -7,6 +7,8 @@ import App from "./app.vue";
|
|
import browser from "@/utils/browser";
|
|
import browser from "@/utils/browser";
|
|
import i18n, { getLocale, setI18nLanguage, loadLocaleMessages } from './i18n'
|
|
import i18n, { getLocale, setI18nLanguage, loadLocaleMessages } from './i18n'
|
|
|
|
|
|
|
|
+console.log(`version: ${process.env.VUE_APP_VERSION}`)
|
|
|
|
+
|
|
if (!window.location.search) {
|
|
if (!window.location.search) {
|
|
window.location.href = "/index.html?m=eur-KJ-z5ZEV22AeU&pose=pano:408,qua:-0.006,0.6299,0.0049,0.7766";
|
|
window.location.href = "/index.html?m=eur-KJ-z5ZEV22AeU&pose=pano:408,qua:-0.006,0.6299,0.0049,0.7766";
|
|
} else if (!browser.hasURLParam("pose") && browser.getURLParam("m") == "eur-KJ-z5ZEV22AeU") {
|
|
} else if (!browser.hasURLParam("pose") && browser.getURLParam("m") == "eur-KJ-z5ZEV22AeU") {
|