修改配置文件

This commit is contained in:
yiqiuyang
2025-10-16 17:38:45 +08:00
parent 168748eb18
commit bdca181855
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,3 @@
window.GD_KEYS = [
'348d477ba83826e46b32d3ff10fffe82',
'ed2ea36f8564541569c370254845d93d',
'c1da03827f956a215311c0f5229bddc3',
]
window.config = { window.config = {
baseUrl: 'http://192.168.3.10:9121/', baseUrl: 'http://192.168.3.10:9121/',
} }

View File

@ -1,6 +1,12 @@
<script setup> <script setup>
import {ref, onMounted} from 'vue' import {ref, onMounted} from 'vue'
window.GD_KEYS = [
'348d477ba83826e46b32d3ff10fffe82',
'ed2ea36f8564541569c370254845d93d',
'c1da03827f956a215311c0f5229bddc3',
]
const map = ref(null) const map = ref(null)
const center = [118.762616, 32.068811] const center = [118.762616, 32.068811]