mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 07:28:24 +08:00
78eed605e4
* perf: 接口配置硬编码调整到环境变量 * perf: 接口配置硬编码调整到环境变量
5 lines
193 B
Bash
5 lines
193 B
Bash
# 打包路径 根据项目不同按需配置
|
|
VITE_BASE_URL = /
|
|
VITE_IS_REQUEST_PROXY = true
|
|
VITE_API_URL = https://service-bv448zsw-1257786608.gz.apigw.tencentcs.com
|
|
VITE_API_URL_PREFIX = /api |