fix: 修复系统级授权无法查看密钥的bug

This commit is contained in:
xiaojunnuo
2024-12-26 23:15:35 +08:00
parent 00dc226bd2
commit 8644348fc4
6 changed files with 55 additions and 18 deletions

View File

@@ -112,6 +112,17 @@ export class SysSecretBackup extends BaseSettings {
encryptSecret?: string;
}
/**
* 不要修改
*/
export class SysSecret extends BaseSettings {
static __title__ = '密钥信息';
static __key__ = 'sys.secret';
static __access__ = 'private';
siteId?: string;
encryptSecret?: string;
}
export class SysSiteEnv {
agent?: {
enabled?: boolean;