mirror of
https://github.com/cool-team-official/cool-admin-midway-packages.git
synced 2025-12-11 13:52:50 +00:00
make sms optional item in coolconfig
make sms optional item in Coolconfig
This commit is contained in:
parent
465abc0a8a
commit
5dea97fd46
@ -20,7 +20,7 @@ export interface ModuleConfig {
|
||||
|
||||
export interface CoolConfig {
|
||||
/** 短信 */
|
||||
sms: CoolSmsConfig,
|
||||
sms?: CoolSmsConfig,
|
||||
/** 是否自动导入数据库 */
|
||||
initDB?: boolean;
|
||||
/** 是否自动导入模块菜单 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user