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'); // 产线 } } };