diff --git a/src/App.vue b/src/App.vue
index e910d63cf39f5d986083aa8e1884592c13fd4d1a..471e31170b61b57fb315f7ec4a9d0fca4479b666 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 "";
}