From 83594756ea95eb196f095b51199023dbaf4afd0d Mon Sep 17 00:00:00 2001 From: leiqiaochu Date: Mon, 9 Oct 2023 10:01:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/menu.ts | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/store/menu.ts b/src/store/menu.ts index 94d0da40..6ccee966 100644 --- a/src/store/menu.ts +++ b/src/store/menu.ts @@ -34,19 +34,19 @@ const defaultOwnParams = [ } ] }, - { - terms: [ - { - terms: [ - { - value: "%show\":true%", - termType: "like", - column: "options" - } - ] - } - ] - } + // { + // terms: [ + // { + // terms: [ + // { + // value: "%show\":true%", + // termType: "like", + // column: "options" + // } + // ] + // } + // ] + // } ] } ]