Browse Source

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

caoyang 7 months ago
parent
commit
e7005e83ce
1 changed files with 2 additions and 1 deletions
  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>