Explorar el Código

暂时增加一个嵌入地址,以后需要根据env变量设置

caoyang hace 10 meses
padre
commit
e7005e83ce
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/report/goview/index.vue

+ 2 - 1
src/views/report/goview/index.vue

@@ -8,5 +8,6 @@
 <script lang="ts" setup>
 defineOptions({ name: 'GoView' })
 
-const src = 'http://127.0.0.1:3000'
+//const src = 'http://127.0.0.1:3000'
+const src = 'http://123.60.223.250:3000'
 </script>