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.
|
|
|
|
|
# 浏览器请求 API 前缀(与 Vite 代理一起使用)
|
|
|
|
|
|
VITE_API_BASE_URL=/api
|
|
|
|
|
|
# 开发时 /api 转发目标(对应 php artisan serve 默认端口)
|
|
|
|
|
|
VITE_PROXY_TARGET=http://127.0.0.1:8000
|
|
|
|
|
|
# 天地图 JavaScript API 4.0 Key(高校雷达网地图页;控制台域名白名单需含 slake.ali251.langye.net)
|
|
|
|
|
|
VITE_TIANDITU_TK=
|