king
2023-08-04 465be8b618c1fb139d56ed779ff6f4dbc8d89b89
src/views/menudesign/homeform/index.jsx
@@ -24,7 +24,7 @@
  }
  getMenus = () => {
    Api.getSystemConfig({func: 's_get_pc_menus', systemType: options.sysType, debug: 'Y'}).then(result => {
    Api.getCloudConfig({func: 's_get_pc_menus', systemType: options.sysType, debug: 'Y'}).then(result => {
      if (result.status) {
        let thdMenuList = []
        let menulist = result.fst_menu.map(fst => {