From 95afd40fc2741ac0ce59c2091f6cfce1f98877d4 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 24 六月 2021 09:15:45 +0800
Subject: [PATCH] 2021-06-24

---
 src/menu/components/share/actioncomponent/formconfig.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx
index b4a2e38..16301bc 100644
--- a/src/menu/components/share/actioncomponent/formconfig.jsx
+++ b/src/menu/components/share/actioncomponent/formconfig.jsx
@@ -198,7 +198,7 @@
       label: '閾炬帴鏂瑰紡',
       initVal: card.open || 'blank',
       required: true,
-      forbid: sessionStorage.getItem('appType') === 'pc',
+      forbid: sessionStorage.getItem('appType') !== 'pc',
       options: [{
         value: 'blank',
         text: '鏂扮獥鍙�'

--
Gitblit v1.8.0