wenhongquan 3 年之前
父节点
当前提交
916e66c2e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/layout/BaseLayout/index.tsx

+ 1 - 1
src/layout/BaseLayout/index.tsx

@@ -129,7 +129,7 @@ export default defineComponent({
     const store = useIncidentStore();
     const daHuaStore = useDaHuaStore();
 
-    const sqdh = ref(import.meta.env.VITE_DH_SERVER as string);
+    const sqdh = ref(import.meta.env.VITE_DH_SERVER as string+"/index.html");
 
     const markmap = ref(null);