vue.config.js
@@ -21,7 +21,7 @@ hot: true, proxy: { '/api': { target: 'http://192.168.56.107:8078', target: 'http://192.168.56.107:8077', changeOrigin: true, // pathRewrite: { // '^/api': '' @@ -35,6 +35,11 @@ '^/hp': '' }, secure: false }, '/simu': { target: 'http://192.168.56.107:8088', changeOrigin: true, secure: false } } }