From 9049f743a80d94c98546f31628bc1528e5a6ef20 Mon Sep 17 00:00:00 2001 From: 15398271468 <2450082265@qq.com> Date: Sun, 1 Jan 2023 22:06:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9loginDesc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/website.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/website.config.ts b/src/config/website.config.ts index 4a62d2c..6fdd5e6 100644 --- a/src/config/website.config.ts +++ b/src/config/website.config.ts @@ -5,5 +5,5 @@ export const websiteConfig = Object.freeze({ title: 'NaiveUiAdmin', logo: logoImage, loginImage: loginImage, - loginDesc: 'Naive Ui Admin中台前端/设计解决方案', + loginDesc: 'Naive Ui Admin中后台前端/设计解决方案', });