From ae3e6aa1ec075f755bf33b55b4ed1256923e3150 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 23 Jan 2025 09:54:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B2=E9=98=B3=E6=9B=B4=E6=94=B9ip?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/am/audio.vue | 2 +- src/views/am/monitor.vue | 2 +- src/views/login/index.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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"},