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 d60ba97 commit 25794c5Copy full SHA for 25794c5
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 || 80 // 端口
+const port = process.env.port || process.env.npm_config_port || 81 // 端口
14
15
// vue.config.js 配置说明
16
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions
0 commit comments