mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-11-06 17:23:43 +08:00
update 同步更新 ruoyi 适配新功能
This commit is contained in:
@@ -5,7 +5,7 @@ function resolve(dir) {
|
||||
return path.join(__dirname, dir)
|
||||
}
|
||||
|
||||
const name = defaultSettings.title || 'RuoYi-Vue-Plus后台管理系统' // 网页标题
|
||||
const name = process.env.VUE_APP_TITLE || 'RuoYi-Vue-Plus后台管理系统' // 网页标题
|
||||
|
||||
const port = process.env.port || process.env.npm_config_port || 80 // 端口
|
||||
|
||||
|
||||
Reference in New Issue
Block a user