|
@@ -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);
|
|
|
|