rindy пре 6 месеци
родитељ
комит
68b5318610
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      packages/qjkankan-view/src/components/Fdkk/index.vue

+ 2 - 2
packages/qjkankan-view/src/components/Fdkk/index.vue

@@ -81,11 +81,11 @@ const V4IframeUrl = computed(() => {
   if (process.env.VUE_APP_DEBBUG_V4 == 1) {
     return `${v4Mi}/${unref(isMobile) ? "smg" : "spg"}.html?m=${
       unref(currentScene).sceneCode
-    }&lang=${unref(lang)}&rnd=${Math.floor(Math.random() * 100000)}`;
+    }&fromApp=panorama&lang=${unref(lang)}&rnd=${Math.floor(Math.random() * 100000)}`;
   } else {
     return `/${unref(isMobile) ? "smg" : "spg"}.html?m=${
       unref(currentScene).sceneCode
-    }&lang=${unref(lang)}&rnd=${Math.floor(Math.random() * 100000)}`;
+    }&fromApp=panorama&lang=${unref(lang)}&rnd=${Math.floor(Math.random() * 100000)}`;
   }
 });