From 17a178e8374d3a0a3da151b9472d77579811ad31 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 18 十一月 2024 16:37:06 +0800 Subject: [PATCH] 2024-11-18 --- src/menu/components/card/cardcomponent/options.jsx | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/menu/components/card/cardcomponent/options.jsx b/src/menu/components/card/cardcomponent/options.jsx index 28d5b82..5e985e1 100644 --- a/src/menu/components/card/cardcomponent/options.jsx +++ b/src/menu/components/card/cardcomponent/options.jsx @@ -18,11 +18,11 @@ } else { menulist = [] } - if (appType === 'mob' && (subtype === 'datacard' || subtype === 'propcard') && cardType !== 'extendCard') { // 鏁版嵁鍗″彲鎵撳紑鍗虫椂閫氫俊 - menulist.push({ - value: 'IM', label: '鍗虫椂閫氫俊锛堢郴缁熼〉锛�' - }) - } + // if (appType === 'mob' && (subtype === 'datacard' || subtype === 'propcard') && cardType !== 'extendCard') { // 鏁版嵁鍗″彲鎵撳紑鍗虫椂閫氫俊 + // menulist.push({ + // value: 'IM', label: '鍗虫椂閫氫俊锛堢郴缁熼〉锛�' + // }) + // } } else { menulist = sessionStorage.getItem('fstMenuList') if (menulist) { -- Gitblit v1.8.0