Skip to content

Commit 3f4f651

Browse files
committed
refactor: store action name
1 parent c6d7d62 commit 3f4f651

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 || 80 // 端口
13+
const port = process.env.port || process.env.npm_config_port || 8081 // 端口
1414

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

0 commit comments

Comments
 (0)