From dfb8af23b31e8ffb2fc61f5f5930fb61aa1f6edf Mon Sep 17 00:00:00 2001 From: insistence <3055204202@qq.com> Date: Fri, 19 Apr 2024 11:31:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=97=B6=E6=98=AF=E5=90=A6=E5=A4=96=E9=93=BE?= =?UTF-8?q?=E5=92=8C=E6=98=AF=E5=90=A6=E7=BC=93=E5=AD=98=E5=9B=9E=E6=98=BE?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-fastapi-frontend/src/views/system/menu/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-fastapi-frontend/src/views/system/menu/index.vue b/ruoyi-fastapi-frontend/src/views/system/menu/index.vue index b71c32f..529d633 100644 --- a/ruoyi-fastapi-frontend/src/views/system/menu/index.vue +++ b/ruoyi-fastapi-frontend/src/views/system/menu/index.vue @@ -339,8 +339,8 @@ function reset() { icon: undefined, menuType: "M", orderNum: undefined, - isFrame: "1", - isCache: "0", + isFrame: 1, + isCache: 0, visible: "0", status: "0" };