From 8047298f59d68ea7badd12db35cf358a15688eed Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Tue, 12 Aug 2025 14:01:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=A1=8C=E6=94=BF=E5=8C=BA?= =?UTF-8?q?=E5=88=92=E5=92=8C=E5=AA=92=E4=BD=93=E7=B1=BB=E5=9E=8B=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 10 +- .../system/administrativeRegion/index.vue | 230 ++++++++++++----- src/views/system/businessArea/index.vue | 60 ++++- src/views/system/mediaType/index.vue | 234 +++++++++++++----- 4 files changed, 401 insertions(+), 133 deletions(-) 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 @@
@@ -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 @@