!613 GoView域名外置配置文件

Merge pull request !613 from 杨宇庆/N/A
This commit is contained in:
芋道源码
2024-12-19 12:49:29 +00:00
committed by Gitee
7 changed files with 17 additions and 1 deletions

View File

@ -8,5 +8,5 @@
<script lang="ts" setup>
defineOptions({ name: 'GoView' })
const src = 'http://127.0.0.1:3000'
const src = ref(import.meta.env.VITE_GOVIEW_URL)
</script>