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.

12 lines
353 B

4 months ago
VITE_BASE_URL=http://localhost:12080/admin-api
VITE_BASE_URL_IMAGE=http://localhost:12080/admin-api
# 租户配置
4 months ago
VITE_TENANT='[{"text":"长春1397","value":1},{"text":"成都1397","value":2},{"text":"长春2379","value":3}]'
# 是否是测试环境
VITE_isDevelopment=true
10 months ago
# 积木报表请求路径
4 months ago
VITE_JMREPORT_BASE_URL='http://localhost:12080'