布局推荐

This commit is contained in:
陈红丽 2024-12-17 10:24:49 +08:00
parent 40d59aa49d
commit f6d6c68969

View File

@ -64,7 +64,7 @@
* 定义模态
*/
const [modalRegister, { openModal, setSubLoading }] = useModal({
title: '选择文章',
title: props.type == 1 ? 'CMS文章' : '通知公告',
width: 1000,
});