Update 2026-06-23 10:40:10
This commit is contained in:
@@ -31,7 +31,7 @@ const initDefaultSettings = async () => {
|
||||
// 基本设置 - 站点信息
|
||||
{
|
||||
settingKey: 'site_name',
|
||||
settingValue: JSON.stringify('机柜管理系统'),
|
||||
settingValue: JSON.stringify('云睿资产管理系统'),
|
||||
settingType: 'string',
|
||||
category: 'general',
|
||||
description: '网站名称',
|
||||
@@ -133,7 +133,7 @@ const initDefaultSettings = async () => {
|
||||
},
|
||||
{
|
||||
settingKey: 'system_description',
|
||||
settingValue: JSON.stringify('机柜管理系统 - 专业的数据中心设备管理解决方案'),
|
||||
settingValue: JSON.stringify('云睿资产管理系统 - 专业的数据中心设备管理解决方案'),
|
||||
settingType: 'string',
|
||||
category: 'about',
|
||||
description: '系统描述',
|
||||
@@ -374,7 +374,7 @@ router.post('/reset/:key', async (req, res) => {
|
||||
}
|
||||
|
||||
const defaultValues = {
|
||||
site_name: '机柜管理系统',
|
||||
site_name: '云睿资产管理系统',
|
||||
site_logo: '',
|
||||
idle_timeout: 30,
|
||||
max_login_attempts: 5,
|
||||
@@ -385,7 +385,7 @@ router.post('/reset/:key', async (req, res) => {
|
||||
contact_email: '',
|
||||
contact_phone: '',
|
||||
company_address: '',
|
||||
system_description: '机柜管理系统 - 专业的数据中心设备管理解决方案',
|
||||
system_description: '云睿资产管理系统 - 专业的数据中心设备管理解决方案',
|
||||
};
|
||||
|
||||
const defaultValue = defaultValues[key];
|
||||
@@ -682,7 +682,7 @@ router.get('/system/info', async (req, res) => {
|
||||
|
||||
res.json({
|
||||
system: {
|
||||
name: '机柜管理系统',
|
||||
name: '云睿资产管理系统',
|
||||
version: APP_VERSION,
|
||||
uptime: process.uptime(),
|
||||
nodeVersion: process.version,
|
||||
|
||||
Reference in New Issue
Block a user