diff --git a/vue.config.js b/vue.config.js index e7baba86..91ad2071 100644 --- a/vue.config.js +++ b/vue.config.js @@ -64,6 +64,14 @@ module.exports = { '^/lan': '/' } }, + '/test': { + target: 'http://192.168.1.105:9000', + changeOrigin: true, + pathRewrite: { + //地址重写 + '^/test': '/' + } + }, '/saas': { target: 'http://192.168.1.34:19898', changeOrigin: true,