布局推荐
This commit is contained in:
parent
40d59aa49d
commit
f6d6c68969
@ -64,7 +64,7 @@
|
|||||||
* 定义模态
|
* 定义模态
|
||||||
*/
|
*/
|
||||||
const [modalRegister, { openModal, setSubLoading }] = useModal({
|
const [modalRegister, { openModal, setSubLoading }] = useModal({
|
||||||
title: '选择文章',
|
title: props.type == 1 ? 'CMS文章' : '通知公告',
|
||||||
width: 1000,
|
width: 1000,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user