From 5d433cce16f0d11ee62b362af1ffa9742ea63fdf Mon Sep 17 00:00:00 2001 From: wanglin2 <1013335014@qq.com> Date: Wed, 11 Oct 2023 17:13:35 +0800 Subject: [PATCH] =?UTF-8?q?Demo=EF=BC=9A=E4=BF=AE=E5=A4=8D=E8=A6=86?= =?UTF-8?q?=E7=9B=96=E6=96=B9=E5=BC=8F=E5=88=87=E6=8D=A2=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E6=97=B6=E7=AC=AC=E4=B8=80=E6=AC=A1=E5=88=87=E6=8D=A2=E4=B8=8D?= =?UTF-8?q?=E7=94=9F=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/Edit/components/Theme.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/Edit/components/Theme.vue b/web/src/pages/Edit/components/Theme.vue index 9b6c6c8b..f35b588a 100644 --- a/web/src/pages/Edit/components/Theme.vue +++ b/web/src/pages/Edit/components/Theme.vue @@ -152,7 +152,7 @@ export default { type: 'warning' }) .then(() => { - this.mindMap.setThemeConfig({}) + this.mindMap.setThemeConfig({}, true) this.changeTheme(theme, {}) }) .catch(() => {