diff --git a/.env.development b/.env.development index 6012f8d..1075b7d 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ ENV = 'development' # 若依管理系统/开发环境 -VUE_APP_BASE_API = 'http://121.36.65.171:9527' +VUE_APP_BASE_API = 'http://124.70.15.185:9527' VUE_APP_H5_QR = 'http://172.119.51.219/h5/invitation.html' VUE_APP_H5_INFO = 'http://172.119.51.219/h5/info.html' #VUE_APP_BASE_API = 'http://172.119.50.181:9527' diff --git a/.env.production b/.env.production index ad49f2c..83fde77 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,6 @@ ENV = 'production' # 若依管理系统/生产环境 -VUE_APP_BASE_API = 'http://121.36.65.171:9527' -VUE_APP_H5_QR = 'http://121.36.65.171:8778/h5/invitation.html' -VUE_APP_H5_INFO = 'http://121.36.65.171:8778/h5/info.html' +VUE_APP_BASE_API = 'http://124.70.15.185:9527' +VUE_APP_H5_QR = 'http://124.70.15.185:8778/h5/invitation.html' +VUE_APP_H5_INFO = 'http://124.70.15.185:8778/h5/info.html' diff --git a/public/h5/info.html b/public/h5/info.html index 62513d7..1f90a80 100644 --- a/public/h5/info.html +++ b/public/h5/info.html @@ -270,7 +270,7 @@ var uuid = ""; var enterpriseid= ""; var infoOpen = ''; - var baseUrlIp = "http://121.36.65.171:9527"; + var baseUrlIp = "http://124.70.15.185:9527"; var enterpriseTpyeOption = ['政府机关','研究机构','社会团体','企业事业单位'] function getEnterpriseOptions () { $.ajax({ diff --git a/public/index.html b/public/index.html index 925455c..593b76e 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,8 @@