From 1ae1a108fec2c42bc7f48dd2a63746ea39bc3142 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 24 八月 2022 17:11:48 +0800
Subject: [PATCH] 2022-08-24

---
 src/views/menudesign/menuform/index.jsx |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/views/menudesign/menuform/index.jsx b/src/views/menudesign/menuform/index.jsx
index 78f5593..05349bb 100644
--- a/src/views/menudesign/menuform/index.jsx
+++ b/src/views/menudesign/menuform/index.jsx
@@ -28,10 +28,7 @@
 
   UNSAFE_componentWillMount () {
     const { MenuId, config } = this.props
-    let _param = {func: 's_get_pc_menus', systemType: options.sysType, debug: 'Y'}
-    _param.pro_sys = window.GLOB.systemType === 'production' ? 'Y' : ''
-
-    Api.getSystemConfig(_param).then(result => {
+    Api.getSystemConfig({func: 's_get_pc_menus', systemType: options.sysType, debug: 'Y'}).then(result => {
       if (result.status) {
         let thdMenu = null
         let thdMenuList = []

--
Gitblit v1.8.0