You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
370 B

10 months ago
NODE_ENV=production
VUE_APP_NODE_ENV=prod
7 months ago
# 杭州测试环境
# VUE_APP_LOGIN_URL='http://172.17.7.3:8001'
# 杭州正式环境
VUE_APP_LOGIN_URL='http://172.17.1.65:80'
10 months ago
# 公司内网环境
7 months ago
# VUE_APP_LOGIN_URL='http://192.168.0.35:8001'
10 months ago
# 后缀 -- 公司内部环境打开
7 months ago
# VUE_APP_BASE_HOUZHUI='/hz_qg'
10 months ago
# 信创
# VUE_APP_LOGIN_URL='http://192.168.0.36:8022'
7 months ago