From 0ce4cc37bebaacfa4a9031e965ba98ee7e1122b4 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Mon, 13 May 2024 14:13:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=81=E5=A4=8F=E5=A4=A7=E5=B1=8F=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-screen/config/index.js | 1 + sgzb-ui/src/views/dashboard.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/sgzb-screen/config/index.js b/sgzb-screen/config/index.js index f8cc8ab6..374c9d64 100644 --- a/sgzb-screen/config/index.js +++ b/sgzb-screen/config/index.js @@ -22,6 +22,7 @@ module.exports = { '/screen': { // target: 'http://112.29.103.165:21626',//重庆 // target: 'http://192.168.0.14:21624',//测试 + // target: 'http://112.29.103.165:21624/', //宁夏 target: 'http://10.40.92.138:28080', changeOrigin: true, // secure: true, //如果是https接口,需要配置这个参数 diff --git a/sgzb-ui/src/views/dashboard.vue b/sgzb-ui/src/views/dashboard.vue index 2248c53d..ce54639b 100644 --- a/sgzb-ui/src/views/dashboard.vue +++ b/sgzb-ui/src/views/dashboard.vue @@ -17,6 +17,7 @@ methods: { openNewWindow() { window.open('http://192.168.0.14:21624/index01.html?token='+localStorage.getItem('token'), '_blank'); + // window.open('http://112.29.103.165:21624/index01.html?token='+localStorage.getItem('token'), '_blank'); // 产线 } } };