From 2e7514d3ca8f4344c916e138ac93391064dd2b1c Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 3 Jun 2024 11:42:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=A8=E5=B1=80=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=8D=87=E7=BA=A7=E5=88=B03.3.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 11 ++++------ src/layouts/BasicLayout.vue | 12 +++++------ src/layouts/components/RightContent.vue | 9 +++++---- src/store/modules/layout.ts | 20 ++++++++----------- src/views/account/components/style-layout.vue | 4 ++-- src/views/index.vue | 2 +- src/views/register.vue | 6 +----- 7 files changed, 26 insertions(+), 38 deletions(-) diff --git a/src/App.vue b/src/App.vue index bef142a5..020167b8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,8 +11,8 @@ import useAppStore from '@/store/modules/app'; import useI18n from '@/hooks/useI18n'; const { t, currentLocale } = useI18n(); const appStore = useAppStore(); - -dayjs.extend(advancedFormat) + +dayjs.extend(advancedFormat); dayjs.locale('zh-cn'); // 默认中文 usePrimaryColor(); // 载入用户自定义主题色 @@ -52,10 +52,11 @@ console.info( -