GuLiMmo
2023-12-25 36cf6c5a265d3300a286e2aff6058b82bca8227e
src/store/modules/user.js
@@ -194,7 +194,6 @@
          const data = res.data.data;
          let menu = deepClone(data);
          menu.forEach(ele => formatPath(ele, true));
          console.log(menu);
          commit('SET_MENU', menu);
          commit('SET_MENU_ALL', menu);
          dispatch('GetButtons');