diff --git a/README.md b/README.md index d33d095b..b3964f19 100644 --- a/README.md +++ b/README.md @@ -433,12 +433,12 @@ export default service - diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index f6a3286f..9a5e8695 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -1,20 +1,29 @@ - diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 9921a1f9..df17ba5e 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -1,14 +1,14 @@ + + diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue index 36f13a25..edcb151e 100644 --- a/src/layout/components/Sidebar/index.vue +++ b/src/layout/components/Sidebar/index.vue @@ -1,56 +1,67 @@ diff --git a/src/layout/components/TagsView/ScrollPane.vue b/src/layout/components/TagsView/ScrollPane.vue new file mode 100644 index 00000000..bb753a12 --- /dev/null +++ b/src/layout/components/TagsView/ScrollPane.vue @@ -0,0 +1,94 @@ + + + + + diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue new file mode 100644 index 00000000..3929722a --- /dev/null +++ b/src/layout/components/TagsView/index.vue @@ -0,0 +1,294 @@ + + + + + + + diff --git a/src/layout/index.vue b/src/layout/index.vue index c1d3027a..91605183 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -2,54 +2,63 @@
-
+
+
+ + +
- + setup() { + const store = useStore() + const state = reactive({ + handleClickOutside: () => { + store.dispatch('app/closeSideBar', false) + } + }) + + const classObj = computed(() => { + return { + hideSidebar: !sidebar.opened, + openSidebar: sidebar.opened, + withoutAnimation: sidebar.withoutAnimation, + mobile: device === 'mobile' + } + }) + } + +}) + + diff --git a/src/views/error-page/404.vue b/src/views/error-page/404.vue new file mode 100644 index 00000000..1791f55a --- /dev/null +++ b/src/views/error-page/404.vue @@ -0,0 +1,228 @@ + + + + + diff --git a/src/views/redirect/index.vue b/src/views/redirect/index.vue new file mode 100644 index 00000000..76d08285 --- /dev/null +++ b/src/views/redirect/index.vue @@ -0,0 +1,15 @@ +