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