Browse Source

修改本地路由地址

ly 7 months ago
parent
commit
0179a738db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/index.js

+ 1 - 1
config/index.js

@@ -11,7 +11,7 @@ module.exports = {
11 11
     assetsPublicPath: "/luohe_park",
12 12
 
13 13
     // Various Dev Server settings
14
-    host: '0.0.0.0', // can be overwritten by process.env.HOST
14
+    host: '127.0.0.1', // can be overwritten by process.env.HOST
15 15
     // host: process.env.HOST || "localhost", // can be overwritten by process.env.HOST
16 16
     port: process.env.PORT || 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
17 17
     autoOpenBrowser: false,