短信发送功能,默认通知消息

This commit is contained in:
2026-01-09 11:12:07 +08:00
parent 99ba667bbb
commit b9c7b6c1ac
+1 -1
View File
@@ -94,7 +94,7 @@ export const formSchema: FormSchema[] = [
label: '消息类型',
required: true,
component: 'JDictSelectTag',
defaultValue: '3',
defaultValue: '1',
componentProps: {
type: 'radio',
dictCode: 'msg_category',