From 56cf1b98d331c88eb6b0de8d03a85ce06f19f901 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 22 一月 2022 00:23:01 +0800
Subject: [PATCH] 2022-01-22

---
 src/pc/quotecomponent/settingform/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pc/quotecomponent/settingform/index.jsx b/src/pc/quotecomponent/settingform/index.jsx
index 96a871f..6ab0f32 100644
--- a/src/pc/quotecomponent/settingform/index.jsx
+++ b/src/pc/quotecomponent/settingform/index.jsx
@@ -16,7 +16,7 @@
     if (appMenus) {
       try {
         appMenus = JSON.parse(appMenus)
-        appMenus = appMenus.filter(item => item.keys_type !== 'index')
+        appMenus = appMenus.filter(item => item.keys_type === 'navbar')
       } catch (e) {
         appMenus = []
       }

--
Gitblit v1.8.0