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