Ver código fonte

修改vue.config中端口号

haopeifu 4 anos atrás
pai
commit
f60a9f524b
1 arquivos alterados com 8 adições e 0 exclusões
  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/*