From f6d6c68969f1f258534d4b732e436eeeabbeb9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=BA=A2=E4=B8=BD?= <1181930680@qq.com> Date: Tue, 17 Dec 2024 10:24:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E5=B1=80=E6=8E=A8=E8=8D=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/content/layoutItem/layout/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/content/layoutItem/layout/index.vue b/src/views/content/layoutItem/layout/index.vue index 53ce37f..100e374 100644 --- a/src/views/content/layoutItem/layout/index.vue +++ b/src/views/content/layoutItem/layout/index.vue @@ -64,7 +64,7 @@ * 定义模态 */ const [modalRegister, { openModal, setSubLoading }] = useModal({ - title: '选择文章', + title: props.type == 1 ? 'CMS文章' : '通知公告', width: 1000, });