Browse Source

feat: 添加app标识

rindy 5 months ago
parent
commit
68b5318610
1 changed files with 2 additions and 2 deletions
  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)}`;
   }
 });