GuLiMmo
2024-01-15 730b4e1b8737e86ca08cfebb066249baaf46e869
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');