diff --git a/vue.config.js b/vue.config.js index df17a982..8d5b1e8e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -96,6 +96,14 @@ module.exports = { '^/ns': '/' } }, + '/lns': { + target: 'http://localhost:12525', + changeOrigin: true, + pathRewrite: { + //地址重写 + '^/lns': '/' + } + }, '/xsjr': { target: 'http://192.168.1.87:39896', changeOrigin: true,