vue.config.js
@@ -14,19 +14,19 @@ }, //新增 devServer: { port: 8080, open: true, port: 8080, open: true, host: '0.0.0.0', https: false, hot: true, https: false, hot: true, proxy: { '/api': { target: 'http://192.168.1.106:8079', target: 'http://192.168.56.107:8078', changeOrigin: true, pathRewrite: { '^/api': '' '^/api': '' }, secure: false secure: false }, '/hp': { target: 'http://192.168.56.106:9511',