🔨 修改系统设置逻辑.

This commit is contained in:
lijiahang
2025-01-15 10:18:08 +08:00
parent e2a645d1e1
commit 0e14e55c5a
7 changed files with 87 additions and 61 deletions

View File

@@ -2,7 +2,7 @@ import axios from 'axios';
import { dateFormat } from '@/utils';
/**
* 系统置类型
* 系统置类型
*/
export type SystemSettingType = 'SFTP' | 'ENCRYPT';