From 0d58c560feeddd8409a34ef0bd1e16f0be3f9758 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 01 十一月 2021 21:59:51 +0800
Subject: [PATCH] 2021-11-01

---
 src/templates/zshare/formconfig.jsx |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx
index 469ccd7..fbcc7db 100644
--- a/src/templates/zshare/formconfig.jsx
+++ b/src/templates/zshare/formconfig.jsx
@@ -874,6 +874,10 @@
     })
   }
 
+  if (card.OpenType === 'blank') {
+    card.OpenType = 'tab'
+  }
+
   return [
     {
       type: 'select',
@@ -2739,11 +2743,11 @@
       label: '鍏夋爣',
       initVal: card.cursor || 'left',
       options: [{
-        value: 'right',
-        text: '鍙冲榻�'
-      }, {
         value: 'left',
         text: '宸﹀榻�'
+      }, {
+        value: 'right',
+        text: '鍙冲榻�'
       }],
       forbid: appType !== 'mob'
     },

--
Gitblit v1.8.0