From e5fc2d92b1036aabf9ffc2c9706ed401bd9735c8 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 09 九月 2021 18:14:29 +0800
Subject: [PATCH] 2021-09-09

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

diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx
index 04945f0..6eb2dad 100644
--- a/src/menu/components/share/actioncomponent/formconfig.jsx
+++ b/src/menu/components/share/actioncomponent/formconfig.jsx
@@ -87,7 +87,7 @@
       funTypes = [
         { value: 'mkBinding', text: '寮�閫氭壂鐮佺櫥褰�' },
         { value: 'mkUnBinding', text: '鐢ㄦ埛瑙g粦' },
-        { value: 'scan', text: '鎵竴鎵�' },
+        // { value: 'scan', text: '鎵竴鎵�' },
         { value: 'reAuth', text: '閲嶆柊鎺堟潈' },
       ]
     } else {
@@ -563,7 +563,7 @@
       forbid: appType !== 'pc' && appType !== 'mob',
       required: false,
       allowClear: true,
-      options: appMenus
+      options: appType !== 'mob' ? appMenus : [...appMenus, {value: 'goback', text: '杩斿洖'}]
     },
     {
       type: 'text',

--
Gitblit v1.8.0