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.
|
|
|
|
|
# 本地开发(可放在 .env.local,勿提交)
|
|
|
|
|
|
VITE_API_BASE_URL=http://127.0.0.1:8000/api
|
|
|
|
|
|
# 生产:Vite 中 .env.local 会覆盖 .env.production,若本地仍有 127.0.0.1 会导致线上仍请求本机。
|
|
|
|
|
|
# 请用 npm run build:h5:prod,或构建前临时去掉 .env.local 里的 VITE_API_BASE_URL,或执行:
|
|
|
|
|
|
# VITE_API_BASE_URL=https://你的域名/api npm run build:h5
|
|
|
|
|
|
VITE_TENCENT_MAP_KEY=CRFBZ-NTART-YU4XX-LCDGK-3J456-VKBK2
|
|
|
|
|
|
VITE_TENCENT_MAP_REFERER=szkp-map-admin
|
|
|
|
|
|
VITE_WECHAT_APP_ID=wx0ab83154fb7f544d
|
|
|
|
|
|
# 在馆实时人数 / 客流量统计(完整 URL)
|
|
|
|
|
|
# VITE_PEOPLE_COUNTING_URL=https://hik.pdc.langye.net:18080/api/people-counting
|