From aa9cc19fb4649ec0af72fba1161ff6833c2425a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Sun, 25 Jun 2023 14:55:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E5=AF=BC=E8=88=AA=E6=9D=A1?= =?UTF-8?q?=E5=B1=82=E7=BA=A7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index e910d63..471e311 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,10 +5,10 @@
@@ -86,7 +86,7 @@ export default { }, nowParent() { if (this.pageShow && this.$store.state.userInfo) { - return this.rowPath ? this.navMenu[this.rowPath.slice(1, 2)] : ""; + return this.rowPath ? [this.navMenu[this.rowPath.slice(1, 2)]] : ""; } else { return ""; } -- 2.26.0