jiangping
2024-10-17 14b70bacd63f6b136612cf70b160777142e2a996
1
2
3
4
5
6
7
# 测试环境配置
NODE_ENV = 'production'
 
 
VUE_APP_CONTEXT_PATH = '/preselect_web'
VUE_APP_API_PREFIX = '/preselect_web_interface'
VUE_APP_API = 'https://dmtest.ahapp.net/preselect_web_interface'