| | |
| | | message: data.error_description, |
| | | type: "error", |
| | | }); |
| | | resolve({ error: "error" }); |
| | | } else { |
| | | commit("SET_TOKEN", data.access_token); |
| | | commit("SET_REFRESH_TOKEN", data.refresh_token); |
| | |
| | | let fistMenu = findChildrenUrl(menuData); |
| | | if ( |
| | | findChildrenRole(data.role_name, "admin") || |
| | | findChildrenRole(data.role_name, "administrator") || |
| | | findChildrenRole(data.role_name, "jdgly") || |
| | | findChildrenRole(data.role_name, "sqgly") |
| | | ) { |
| | |
| | | .echarts-cell:nth-child(5) { |
| | | margin-top: 10px; |
| | | height: 280px; |
| | | width: calc((100% / 3) - 5px); |
| | | width: calc((100% / 3) - 6.66px); |
| | | } |
| | | |
| | | .echarts-cell { |