zs
2025-05-13 de4a3a2c1b39c128d4ecd23367db5fcbda957bdd
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=''