You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
378 B
11 lines
378 B
# 复制为 .env.development / .env.local 后填写
|
|
# Vite 通过 envPrefix: 'APP_' 暴露给前端
|
|
|
|
# 天地图 token(必填,否则 MapLayer 跳过初始化)
|
|
# 申请:https://console.tianditu.gov.cn/
|
|
APP_TIANDITU_TOKEN=
|
|
|
|
# 默认地图中心(经度 / 纬度)与缩放级别
|
|
APP_MAP_CENTER_LNG=106.62341584179686
|
|
APP_MAP_CENTER_LAT=26.657826154258505
|
|
APP_MAP_ZOOM=5
|
|
|