From 29432c9167e3fcdf83f35d0bb9dbe9acb7c7ffbf Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 22 六月 2021 14:35:23 +0800
Subject: [PATCH] 2021-06-22

---
 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 5ddd19f..b4a2e38 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: !isApp,
+      forbid: sessionStorage.getItem('appType') === 'pc',
       options: [{
         value: 'blank',
         text: '鏂扮獥鍙�'

--
Gitblit v1.8.0