zs
2025-05-08 3d3d4409d0c3cccef1321ff9cc06bf60aa7a6655
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=''