diff --git a/vue.config.js b/vue.config.js index 91ad2071..28e719cf 100644 --- a/vue.config.js +++ b/vue.config.js @@ -57,7 +57,7 @@ module.exports = { proxy: { //设置代理,可解决跨5 '/lan': { - target: 'http://192.168.1.87:9000', + target: 'http://dvcp.sinocare.net', changeOrigin: true, pathRewrite: { //地址重写 @@ -97,7 +97,7 @@ module.exports = { } }, '/lns': { - target: 'http://localhost:12525', + target: 'http://dvcp.sinocare.net', changeOrigin: true, pathRewrite: { //地址重写