From b9124028d013c845a09a056fc74b993d054aad87 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Mon, 26 Aug 2024 17:53:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AD=97=E4=BD=93=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/system/font/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/system/font/index.vue b/core/core-frontend/src/views/system/font/index.vue index c9ecbd9029..ac386f6bc8 100644 --- a/core/core-frontend/src/views/system/font/index.vue +++ b/core/core-frontend/src/views/system/font/index.vue @@ -45,7 +45,7 @@ const setToDefault = item => { }) } -const cancleDefault = item => { +const cancelDefault = item => { item.isDefault = 0 edit(item).then(() => { ElMessage.success('取消成功') @@ -104,7 +104,7 @@ onMounted(() => { 设为默认字体 - 取消默认字体 重命名