dd59b3aab5
Allow VITE_AMAP_KEY and related config to follow the repo; only .env.local remains ignored. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
235 B
Bash
7 lines
235 B
Bash
# 所有环境都会加载的配置
|
||
VITE_APP_TITLE=Vue3 Admin
|
||
|
||
# 高德 Web JS API(build 时打入前端包;dev/prod 共用)
|
||
VITE_AMAP_KEY=444de64142b2408b4e37e841244db8a4
|
||
VITE_AMAP_SECURITY_CODE=2893df04d1b639c422c9070994100cce
|