zs
2025-05-16 0999b36321bac9e303b547b55c35b91d1546f1c4
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=''