Browse Source

修改本地地址130->146

dujingxian 3 years ago
parent
commit
46cdb165f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -26,7 +26,7 @@ module.exports = {
     devServer: {
     devServer: {
         open: true,
         open: true,
         // host: 'localhost',
         // host: 'localhost',
-        host: '192.168.1.130',
+        host: '192.168.1.146',
         port: 3333,
         port: 3333,
         https: false,
         https: false,
         //以上的ip和端口是我们本机的;下面为需要跨域的
         //以上的ip和端口是我们本机的;下面为需要跨域的