diff --git a/src/setupProxy.js b/src/setupProxy.js index 7227330e4..84d5b7104 100644 --- a/src/setupProxy.js +++ b/src/setupProxy.js @@ -5,10 +5,10 @@ module.exports = function (app) { app.use( '/gunshiApp', createProxyMiddleware({ - // target: 'http://local.gunshiiot.com:18083/',//测试 + target: 'http://local.gunshiiot.com:18083/',//测试 // target: 'http://192.168.66.199:24105/',//正式 // target: 'http://36.139.207.50:18083/',//移动云 - target: 'http://192.168.66.49:24105/',//移动云 + // target: 'http://192.168.66.49:24105/',//移动云 changeOrigin: true, }) );