From c474962c844397698544b49a37fd3384725f444c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 04 十一月 2021 22:09:06 +0800
Subject: [PATCH] 2021-11-04

---
 src/menu/components/carousel/data-card/options.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/menu/components/carousel/data-card/options.jsx b/src/menu/components/carousel/data-card/options.jsx
index 76bef49..ce39a9a 100644
--- a/src/menu/components/carousel/data-card/options.jsx
+++ b/src/menu/components/carousel/data-card/options.jsx
@@ -8,7 +8,7 @@
   if (roleList) {
     try {
       roleList = JSON.parse(roleList)
-    } catch {
+    } catch (e) {
       roleList = []
     }
   } else {
@@ -91,7 +91,7 @@
         {value: 'true', label: '鏄�'},
         {value: 'false', label: '鍚�'},
       ],
-      forbid: appType !== 'mob'
+      forbid: true // v5 涓嶆敮鎸佸瀭鐩存樉绀�
     },
     {
       type: 'radio',

--
Gitblit v1.8.0