Commit 7d476d52 authored by lei's avatar lei

fix:setting

parent ae176f56
...@@ -4,6 +4,6 @@ ENV = 'production' ...@@ -4,6 +4,6 @@ ENV = 'production'
# 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http # 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http
# 如果接口是 http 形式, wss 需要改为 ws # 如果接口是 http 形式, wss 需要改为 ws
# VUE_APP_LOCAL_API = 'http://gqfhq.gemho.cn:9103' VUE_APP_LOCAL_API = 'http://gqfhq.gemho.cn:9103'
VUE_APP_LOCAL_API = 'http://192.168.3.226:9103' # VUE_APP_LOCAL_API = 'http://192.168.3.226:9103'
// var ServiceURL = 'http://192.168.3.216:9002'; // var ServiceURL = 'http://192.168.3.216:9002';
// var ServiceURL = 'http://192.168.3.250:9103'; // var ServiceURL = 'http://192.168.3.250:9103';
// var ServiceURL = 'http://gqfhq.gemho.cn:9103'; // 正式环境 var ServiceURL = "http://gqfhq.gemho.cn:9103"; // 正式环境
var ServiceURL = "http://192.168.2.37:9103"; // 测试环境 // var ServiceURL = "http://192.168.2.37:9103"; // 测试环境
window.VUE_APP_API = { ServiceURL: ServiceURL }; window.VUE_APP_API = { ServiceURL: ServiceURL };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment