From c187542e4b08b921e21c06452d23228a49a4ad9e Mon Sep 17 00:00:00 2001 From: kim131 <1035828775@qq.com> Date: Mon, 30 Nov 2020 10:06:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E6=98=93=E4=BA=91=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=20=E5=8A=A0=E5=85=A5forge=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main_web/watchall/watchall.vue | 6 +++--- vue.config.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/main_web/watchall/watchall.vue b/src/views/main_web/watchall/watchall.vue index b03930d7..d90336bd 100644 --- a/src/views/main_web/watchall/watchall.vue +++ b/src/views/main_web/watchall/watchall.vue @@ -51,9 +51,9 @@ isShowLeftPage: true,//是否显示左边部分的信息 btnLeft: 24,//控制按钮的位置 iconRotateDeg: 90, - rightPartUrl: '', - superMapUrl: 'http://47.104.91.134:9001/?scene=http://cim.azut.cn:8090/iserver/services/3D-FuHuaYuan/rest/realspace', - forgeModelUrl: '', + rightPartUrl: 'http://10.240.5.17:8088/ForgeModelData/fhy/index.html', + superMapUrl: 'http://www.lockingos.org:9001/?scene=http://cim.azut.cn:8090/iserver/services/3D-FuHuaYuan/rest/realspace', + forgeModelUrl: 'http://10.240.5.17:8088/ForgeModelData/fhy/index.html', } }, mounted() { diff --git a/vue.config.js b/vue.config.js index 81eac918..46b59b71 100644 --- a/vue.config.js +++ b/vue.config.js @@ -31,14 +31,14 @@ module.exports = { devServer: { proxy: { '/api/pms': { - target: 'http://47.104.91.134:8089', + target: 'http://www.lockingos.org:8089', // target:'http://10.240.32.217:8089', changeOrigin: true, secure: false, }, '/api': { - target: 'http://47.104.91.134:8080', + target: 'http://www.lockingos.org:8080', // target: 'http://10.240.32.245:8080', changeOrigin: true, secure: false,