From 5cfc27587682ca824e135c912f7b8d9d3e687cee Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 4 Apr 2023 09:24:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/vue.config.js b/vue.config.js index 378ef270..4ba5c853 100644 --- a/vue.config.js +++ b/vue.config.js @@ -54,14 +54,6 @@ module.exports = { '^/analysis': '/' } }, - '/test': { - target: 'http://192.168.1.105:9000', - changeOrigin: true, - pathRewrite: { - //地址重写 - '^/test': '/' - } - }, '/saas': { target: 'http://192.168.1.34:19898', changeOrigin: true, @@ -94,22 +86,6 @@ module.exports = { '^/lns': '/' } }, - '/xsjr': { - target: 'http://192.168.1.87:39896', - changeOrigin: true, - pathRewrite: { - //地址重写 - '^/xsjr': '/' - } - }, - '/wg': { - target: 'http://192.168.1.34:10000', - changeOrigin: true, - pathRewrite: { - //地址重写 - '^/wg': '/' - } - }, '/tfx': { target: 'http://192.168.1.87:59998', changeOrigin: true, @@ -118,14 +94,6 @@ module.exports = { '^/tfx': '/' } }, - '/qxn': { - target: 'http://192.168.1.87:12001', - changeOrigin: true, - pathRewrite: { - //地址重写 - '^/qxn': '/' - } - }, '/map': { target: 'https://geo.datav.aliyun.com', changeOrigin: true,