| src/store/modules/user.js | ●●●●● patch | view | raw | blame | history |
src/store/modules/user.js
@@ -273,7 +273,7 @@ getRoutes(tenantId).then(res => { const data = res.data.data; let menu = deepClone(data); menu.forEach(ele => formatPath(ele, true)); menu?.forEach(ele => formatPath(ele, true)); commit('SET_MENU', menu); commit('SET_MENU_ALL', menu); dispatch('GetButtons');