diff --git a/src/views/am/audio.vue b/src/views/am/audio.vue index 39872f70..b5f792fc 100644 --- a/src/views/am/audio.vue +++ b/src/views/am/audio.vue @@ -91,7 +91,7 @@ export default { mounted(){ let that = this; let host = window.location.host; - let jsUrl = host.indexOf('localhost')>-1?'http://222.222.144.147:6013/jsmap/jsmap.js':window.location.protocol + "//" + host+'/jsmap/jsmap.js'; + let jsUrl = host.indexOf('localhost')>-1?'http://111.11.19.54:6013/jsmap/jsmap.js':window.location.protocol + "//" + host+'/jsmap/jsmap.js'; console.log(jsUrl) that.loadScript('mapId',jsUrl, () => { that.canUseMap = true; diff --git a/src/views/am/monitor.vue b/src/views/am/monitor.vue index 823e9e89..a2f738d4 100644 --- a/src/views/am/monitor.vue +++ b/src/views/am/monitor.vue @@ -154,7 +154,7 @@ export default { this.getArea(); let that = this; let host = window.location.host; - let jsUrl = host.indexOf('localhost') > -1 ? 'http://222.222.144.147:6013/jsmap/jsmap.js' : window.location.protocol + "//" + host+'/jsmap/jsmap.js'; + let jsUrl = host.indexOf('localhost') > -1 ? 'http://111.11.19.54:6013/jsmap/jsmap.js' : window.location.protocol + "//" + host+'/jsmap/jsmap.js'; that.loadScript('mapId', jsUrl, () => { that.canUseMap = true; }) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index bbf754fb..3ccf9604 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -127,9 +127,9 @@ export default { showWechatLogin: false, isWechatLoginResult: false, showApp: false, - appUrl: 'http://222.222.144.147:6013/media/zc_ehs.apk', + appUrl: 'http://111.11.19.54:6013/media/zc_ehs.apk', showH5: false, - h5Url: 'http://222.222.144.147:6013/h5/', + h5Url: 'http://111.11.19.54:6013/h5/', loginType:'password', loginTypeOptions: [ {label: "账号登录", value: "password"},