From 515f0149680345557c373b385e165756107d44fa Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 19 九月 2021 22:04:24 +0800
Subject: [PATCH] 2021-09-19

---
 src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx |   29 -----------------------------
 1 files changed, 0 insertions(+), 29 deletions(-)

diff --git a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx
index f6a8420..ac311aa 100644
--- a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx
+++ b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx
@@ -8,35 +8,6 @@
  * @param {object} card       // 鍥捐〃瀵硅薄
  */
 export function getBaseForm (card) {
-  // let appType = sessionStorage.getItem('appType')
-  // let menulist = null
-
-  // if (appType === 'pc') {
-  //   menulist = sessionStorage.getItem('appMenus')
-  //   if (Array.isArray(card.linkmenu)) {
-  //     card.linkmenu = ''
-  //   }
-  // } else {
-  //   menulist = sessionStorage.getItem('fstMenuList')
-  // }
-
-  // if (menulist) {
-  //   try {
-  //     menulist = JSON.parse(menulist)
-  //     if (appType === 'pc') {
-  //       menulist = menulist.map(item => {
-  //         item.value = item.MenuID
-  //         item.text = item.MenuName
-  //         return item
-  //       })
-  //     }
-  //   } catch (e) {
-  //     menulist = []
-  //   }
-  // } else {
-  //   menulist = []
-  // }
-
   let roleList = sessionStorage.getItem('sysRoles')
   if (roleList) {
     try {

--
Gitblit v1.8.0