This commit is contained in:
huangdeliang
2020-09-22 22:00:34 +08:00
parent b96af4bcbe
commit d89d17cbb3
10 changed files with 627 additions and 181 deletions

View File

@ -8,7 +8,7 @@ function resolve(dir) {
const name = defaultSettings.title || '管理系统' // 标题
const port = process.env.port || process.env.npm_config_port || 80 // 端口
const port = process.env.port || process.env.npm_config_port || 8100 // 端口
// vue.config.js 配置说明
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions