From 69fe731e60fff42f89cdd532630006bb57846e06 Mon Sep 17 00:00:00 2001 From: xuhongjie <1943105267@qq.com> Date: Mon, 26 May 2025 11:17:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E9=97=A8=E6=88=B7=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E4=BB=A5=E5=8F=8A=E8=B7=B3=E8=BD=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TopNav/index.vue | 2 + src/layout/components/Navbar.vue | 4 +- src/router/index.js | 179 +-- src/settings.js | 6 +- .../emergency-rescue/workOrder/index.vue | 12 + src/views/index.vue | 1196 ++--------------- vite.config.js | 2 +- 7 files changed, 230 insertions(+), 1171 deletions(-) create mode 100644 src/views/emergency-rescue/workOrder/index.vue diff --git a/src/components/TopNav/index.vue b/src/components/TopNav/index.vue index 62028af..e0d1825 100644 --- a/src/components/TopNav/index.vue +++ b/src/components/TopNav/index.vue @@ -118,6 +118,8 @@ function setVisibleNumber() { } function handleSelect(key, keyPath) { + + console.log(key) currentIndex.value = key const route = routers.value.find(item => item.path === key) if (isHttp(key)) { diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index f113e14..3189dd1 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -1,8 +1,8 @@