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 代理到本地 Laravel
|
|
|
|
|
|
VITE_API_BASE_URL=/api
|
|
|
|
|
|
# 与 slake-school-service 默认 `php artisan serve` 地址一致,见 `docs/本地环境说明.md`
|
|
|
|
|
|
VITE_PROXY_TARGET=http://127.0.0.1:8000
|
|
|
|
|
|
# 天地图浏览器端 Key(高校雷达网地图)
|
|
|
|
|
|
VITE_TIANDITU_TK=cc3f61fa6cafe2f0ad440018d0f07b13
|