From d099e0517db597ac566cac2d9863787600eb588e Mon Sep 17 00:00:00 2001 From: "Lyj@210615" <18050528999@163.com> Date: Fri, 6 Jan 2023 09:29:52 +0800 Subject: [PATCH] =?UTF-8?q?navbar=E5=8F=96=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/components/NavBar/index.vue | 32 ++++++------------------- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/src/layouts/components/NavBar/index.vue b/src/layouts/components/NavBar/index.vue index eb80214..eaa8301 100644 --- a/src/layouts/components/NavBar/index.vue +++ b/src/layouts/components/NavBar/index.vue @@ -8,25 +8,16 @@
-
+
{{ item.label }}
-
+
{{ - curSelectedIndex != -1 - ? screeningList[curSelectedIndex - 1].title - : "" + curSelectedIndex != -1 + ? screeningList[curSelectedIndex - 1] ? screeningList[curSelectedIndex - 1].title + : "" :'' }}
@@ -34,17 +25,8 @@
- -
+ +
{{ item.date }} -- 2.22.0