Browse Source

feat: 修改生产环境地址

rindy 6 months ago
parent
commit
057f9f4d8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/qjkankan-view/src/components/Fdkk/index.vue

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

@@ -83,7 +83,7 @@ const V4IframeUrl = computed(() => {
       unref(currentScene).sceneCode
     }&lang=${unref(lang)}&rnd=${Math.floor(Math.random() * 100000)}`;
   } else {
-    return `${unref(isMobile) ? "smg" : "spg"}.html?m=${
+    return `/${unref(isMobile) ? "smg" : "spg"}.html?m=${
       unref(currentScene).sceneCode
     }&lang=${unref(lang)}&rnd=${Math.floor(Math.random() * 100000)}`;
   }