From 08929dbc66fb157307921026974c459f762209e2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 25 二月 2021 15:31:24 +0800
Subject: [PATCH] 2021-02-25

---
 src/views/design/header/index.jsx |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/views/design/header/index.jsx b/src/views/design/header/index.jsx
index b42ee09..9b78dc7 100644
--- a/src/views/design/header/index.jsx
+++ b/src/views/design/header/index.jsx
@@ -63,10 +63,6 @@
   async loadmenu () {
     // 鑾峰彇涓昏彍鍗�
     let _param = {func: 's_get_pc_menus', systemType: options.sysType, debug: 'Y'}
-
-    if (options.sysType !== 'cloud' && window.GLOB.systemType !== 'production') {
-      _param.linkurl = window.GLOB.linkurl
-    }
     _param.pro_sys = window.GLOB.systemType === 'production' ? 'Y' : ''
 
     let result = await Api.getSystemConfig(_param)

--
Gitblit v1.8.0