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
422 B
19 lines
422 B
NODE_ENV=production
|
|
VUE_APP_NODE_ENV=prod
|
|
# 杭州测试环境
|
|
# VUE_APP_LOGIN_URL='http://172.17.7.3:8001'
|
|
|
|
# 杭州正式环境
|
|
VUE_APP_LOGIN_URL='http://172.17.1.65:80'
|
|
|
|
|
|
# 公司内网环境
|
|
# VUE_APP_LOGIN_URL='http://192.168.0.35:8001'
|
|
# VUE_APP_LOGIN_URL='http://z1.huimucloud.com:8135'
|
|
|
|
# 后缀 -- 公司内部环境打开
|
|
# VUE_APP_BASE_HOUZHUI='/hz_qg'
|
|
|
|
# 信创
|
|
# VUE_APP_LOGIN_URL='http://192.168.0.36:8022'
|
|
|