Browse Source

更换代理地址

mentoswzq 4 years ago
parent
commit
3ed6da7747
1 changed files with 2 additions and 2 deletions
  1. 2 2
      webpack.config.js

+ 2 - 2
webpack.config.js

@@ -351,8 +351,8 @@ module.exports = (function () {
         // }
         devServer: {
             disableHostCheck: true,
-            host: '172.16.0.254',
-            port: 80,
+            host: '172.16.0.253',
+            port: 3000,
             allowedHosts: ['127.0.0.1', '192.168.0.20', '192.168.0.99'],
             headers: {
                 "Access-Control-Allow-Origin": "*"