src/views/design/sidemenu/index.jsx
@@ -139,9 +139,6 @@ reload = () => { const { mainMenu } = this.props 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' : '' Api.getSystemConfig(_param).then(result => {