mirror of
https://github.com/cool-team-official/cool-admin-midway-packages.git
synced 2025-12-12 06:12:48 +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 {
|
export interface CoolConfig {
|
||||||
/** 短信 */
|
/** 短信 */
|
||||||
sms: CoolSmsConfig,
|
sms?: CoolSmsConfig,
|
||||||
/** 是否自动导入数据库 */
|
/** 是否自动导入数据库 */
|
||||||
initDB?: boolean;
|
initDB?: boolean;
|
||||||
/** 是否自动导入模块菜单 */
|
/** 是否自动导入模块菜单 */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user