diff --git a/src/App.vue b/src/App.vue index a36964d..447090b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,6 @@ // import { darkTheme } from 'naive-ui'; import { zhCN, dateZhCN, GlobalThemeOverrides } from 'naive-ui'; import json from './theme.json'; -// import NativeProvider from '@/components/NativeProvider.vue'; const locale = zhCN; const dateLocale = dateZhCN; diff --git a/src/layouts/BasicLayout/index.vue b/src/layouts/BasicLayout/index.vue index 0aa1a00..0b07a96 100644 --- a/src/layouts/BasicLayout/index.vue +++ b/src/layouts/BasicLayout/index.vue @@ -11,10 +11,10 @@
+ -
@@ -24,8 +24,8 @@ - - {{ appStore.title }} + + {{ appStore.footerText }} diff --git a/src/layouts/components/header/Notices.vue b/src/layouts/components/header/Notices.vue index 617b76b..47ec6f0 100644 --- a/src/layouts/components/header/Notices.vue +++ b/src/layouts/components/header/Notices.vue @@ -1,10 +1,25 @@