Compare commits
5 Commits
168748eb18
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 017f5255ef | |||
| 5e74fa2196 | |||
| e912175871 | |||
| 281d0015aa | |||
| bdca181855 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
node_modules
|
||||
/dist
|
||||
/situation
|
||||
/protal_dist
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
@ -21,3 +22,4 @@ package-lock.json
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
*.zip
|
||||
@ -1,9 +1,3 @@
|
||||
window.GD_KEYS = [
|
||||
'348d477ba83826e46b32d3ff10fffe82',
|
||||
'ed2ea36f8564541569c370254845d93d',
|
||||
'c1da03827f956a215311c0f5229bddc3',
|
||||
]
|
||||
|
||||
window.config = {
|
||||
baseUrl: 'http://192.168.3.10:9121/',
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 529 KiB After Width: | Height: | Size: 356 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 884 KiB |
Binary file not shown.
@ -1,6 +1,12 @@
|
||||
<script setup>
|
||||
import {ref, onMounted} from 'vue'
|
||||
|
||||
window.GD_KEYS = [
|
||||
'348d477ba83826e46b32d3ff10fffe82',
|
||||
'ed2ea36f8564541569c370254845d93d',
|
||||
'c1da03827f956a215311c0f5229bddc3',
|
||||
]
|
||||
|
||||
const map = ref(null)
|
||||
|
||||
const center = [118.762616, 32.068811]
|
||||
|
||||
@ -20,7 +20,7 @@ const imgList = [
|
||||
{
|
||||
id: 2,
|
||||
list: [
|
||||
{id: 2.1, width: 290, height: 188, label: '大型活动保障', img: 'product/2.png'},
|
||||
{id: 2.1, width: 290, height: 188, label: '要地防控', img: 'product/2.png'},
|
||||
{id: 2.2, width: 210, height: 280, label: '区域低空监管组网', img: 'product/6.png'},
|
||||
],
|
||||
},
|
||||
@ -28,7 +28,7 @@ const imgList = [
|
||||
id: 3,
|
||||
list: [
|
||||
{id: 3.1, width: 290, height: 188, label: '关键基础设施守护', img: 'product/3.png'},
|
||||
{id: 3.2, width: 210, height: 280, label: '要地防控', img: 'product/7.png'},
|
||||
{id: 3.2, width: 210, height: 280, label: '大型活动保障', img: 'product/7.png'},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user