We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25794c5 commit 66f82f1Copy full SHA for 66f82f1
vue.config.js
@@ -10,7 +10,7 @@ const CompressionPlugin = require('compression-webpack-plugin')
10
11
const name = process.env.VUE_APP_TITLE || '芋道管理系统' // 网页标题
12
13
-const port = process.env.port || process.env.npm_config_port || 81 // 端口
+const port = process.env.port || process.env.npm_config_port || 80 // 端口
14
15
// vue.config.js 配置说明
16
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions
0 commit comments