修改配置文件
This commit is contained in:
@ -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/',
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user