Files
tms-erp-web/.env.development
T

17 lines
539 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#开发环境配置
VITE_APP_ENV = 'development'
#接口地址
# 开发环境建议填 [/api]:由 vite.config.mjs 的 proxy 同源转发到本地网关 http://localhost80
# 本地需先启动:Nacos + blade-gateway(80) + blade-auth + blade-system 等;8080 端口一般是 Nacos 控制台不是网关
# 如需临时联调远程,把 vite proxy target 改为 http://172.16.203.228:8000 并去掉 rewrite
VITE_APP_API=/api
#调试参数
VITE_APP_DEBUG_KEY=saber
VITE_APP_DEBUG_SWITCH=false
#页面基础路径
VITE_APP_BASE=/