Files
xian_vue_new/src/config/config.json
T
wzy-warehouse ea6244967c 物资储备点
2026-04-18 22:35:49 +08:00

45 lines
1.3 KiB
JSON

{
"backendBaseUrl": "__BACKEND_BASE_URL__",
"apiBaseUrl": "/api",
"noEncryptUrls": [
"/crypto/sm2/public-key"
],
"tdMapToken": [
"fc6cb1139b8eed4f79439130eb34eb00",
"78234e018ed03fe3bb28de976dcfa6d3",
"2e8111f9bc84149cbf24f562ed4e9229",
"88055d3d7f13f8f7e6e8eeb67cf6d78a"
],
"cesiumIonDefaultAccessToken": [
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI1ZDBjZjAxOS0wMDhhLTRmZjEtYjNmOC1iNmM2ZmY2ZmQ1N2IiLCJpZCI6MjAxMDI1LCJpYXQiOjE3MTAxNTgxNjJ9.mdbJYEzXQkBnHNqpozz7MvZjJ_X9a3JZRGPA-ytGhLI",
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJiNjczZTVlMy1kNDEwLTRhZWItYWM0NS1mNjYxMzJjODMwYTQiLCJpZCI6MzIxMzI2LCJpYXQiOjE3NzU2NDU1OTd9._MPcZQsxK1dGPl8IMVhKHV3PIPu4-TaOUgzsUUOP6WE"
],
"defaultPosition": [
108.948024,
34.263161,
250000
],
"defauleRectangleRange": [
[
107.6,
33.7
],
[
109.8,
34.8
]
],
"camera": {
"max": 400000,
"min": 1000
},
"prefix": {
"hiddenDangerPointId": "hidden-danger-point-",
"riskPointId": "risk-point-",
"hospitalPointId": "hospital-point-",
"dangerousSourcePointId": "dangerous-source-point-",
"emergencyShelterPointId": "emergency-shelter-point-",
"fireStationPointId": "fire-station-point-",
"storePointsPointId": "store-points-point-"
}
}