diff --git a/README.md b/README.md index 15e8dd6..3b15a57 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Demo -- [示例网页](https://ench-admin.vercel.app/) +- [Ench-Admin](https://ench-admin.vercel.app/) ## 代码仓库 diff --git a/src/App.vue b/src/App.vue index 471ae80..02e711a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,9 @@ // import { darkTheme } from 'naive-ui'; import { zhCN, dateZhCN, GlobalThemeOverrides } from 'naive-ui'; import json from './theme.json'; - +// import { useLoadingBar } from 'naive-ui'; +// const loadingBar = useLoadingBar(); +// loadingBar.start(); const locale = zhCN; const dateLocale = dateZhCN; @@ -10,9 +12,17 @@ const themeOverrides: GlobalThemeOverrides = {} || json; diff --git a/src/layouts/BasicLayout/index.vue b/src/layouts/BasicLayout/index.vue index 1ad67b8..ba1d203 100644 --- a/src/layouts/BasicLayout/index.vue +++ b/src/layouts/BasicLayout/index.vue @@ -2,15 +2,25 @@ - +
Logo
+
+ layout-page
@@ -26,68 +36,38 @@