Skip to content

Commit 66f82f1

Browse files
committed
fix: 恢复默认端口80
1 parent 25794c5 commit 66f82f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const CompressionPlugin = require('compression-webpack-plugin')
1010

1111
const name = process.env.VUE_APP_TITLE || '芋道管理系统' // 网页标题
1212

13-
const port = process.env.port || process.env.npm_config_port || 81 // 端口
13+
const port = process.env.port || process.env.npm_config_port || 80 // 端口
1414

1515
// vue.config.js 配置说明
1616
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions

0 commit comments

Comments
 (0)