mirror of
https://github.com/cool-team-official/cool-admin-midway-packages.git
synced 2025-12-12 06:12:48 +00:00
Merge pull request #2 from xinnix/patch-1
make sms optional item in coolconfig
This commit is contained in:
commit
8b2ad495da
@ -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