dd59b3aab5
Allow VITE_AMAP_KEY and related config to follow the repo; only .env.local remains ignored. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
246 B
Bash
8 lines
246 B
Bash
# 生产环境配置
|
||
VITE_APP_ENV=production
|
||
VITE_APP_BASE_URL=/api
|
||
|
||
# 高德 Web JS API Key(地图选点,npm run build 时打入 dist)
|
||
VITE_AMAP_KEY=444de64142b2408b4e37e841244db8a4
|
||
VITE_AMAP_SECURITY_CODE=2893df04d1b639c422c9070994100cce
|