mirror of https://github.com/halo-dev/halo
#### What type of PR is this? /area ui /kind cleanup /milestone 2.16.x #### What this PR does / why we need it: 移除 UI 项目中不必要的环境变量配置。 1. VITE_API_URL:当前 Console 不会考虑独立部署,并且在开发环境是后端 Proxy 的 Console 请求,所以此变量没有任何意义。 2. VITE_BASE_URL:无意义,当前不考虑修改。 #### Does this PR introduce a user-facing change? ```release-note None ``` |
||
|---|---|---|
| .. | ||
| composables | ||
| layouts | ||
| modules | ||
| router | ||
| setup | ||
| stores | ||
| views/system | ||
| App.vue | ||
| main.ts | ||