diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 8b307ac..e66669a 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -14,12 +14,16 @@
{{ userStore.nickName }} admin
- + + +
@@ -64,7 +68,7 @@ import useSettingsStore from '@/store/modules/settings' const appStore = useAppStore() const userStore = useUserStore() const settingsStore = useSettingsStore() -const { proxy } = getCurrentInstance() +const { proxy } = getCurrentInstance() function toggleSideBar() { appStore.toggleSideBar() diff --git a/src/views/system/administrativeRegion/index.vue b/src/views/system/administrativeRegion/index.vue index 8b6102c..376ecd2 100644 --- a/src/views/system/administrativeRegion/index.vue +++ b/src/views/system/administrativeRegion/index.vue @@ -11,20 +11,15 @@ 新增根节点 - - + -