schangxiang@126.com
2025-05-04 1d80bb4a593c4811727ef7a6192dc7b997ca1486
1
2
3
4
5
6
7
8
9
10
11
12
# 线上环境
ENV = 'production'
 
# 线上环境接口地址
VITE_API_URL = 'http://127.0.0.1:18000/'
 
VITE_APP_NAMESPACE= 'cs'
 
VITE_APP_VERSION = '2.0.0-release'
 
# production只能设置为空,静态host资源服务地址
VITE_STATIC_URL=''