Parcourir la source

修改vue.config中端口号

haopeifu il y a 4 ans
Parent
commit
f60a9f524b
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      vue.config.js

+ 8 - 0
vue.config.js

@@ -74,6 +74,14 @@ module.exports = {
       }
     }
   },
+  devServer: {
+    disableHostCheck: false,
+    host: "120.26.90.3",
+    port: 9080,
+    https: false,
+    hotOnly: false,
+    proxy: null
+  },
 
   lintOnSave: undefined,
   // babel-loader no-ignore node_modules/*