shuishen
2024-01-24 e0b091cc78a9a669bbe82fd26940e71f6abc5faa
登录页面输入账号密码错误,加载状态还在
2 files modified
4 ■■■ changed files
src/store/modules/user.js 2 ●●●●● patch | view | raw | blame | history
src/views/propertySupervision/residentSupervision.vue 2 ●●● patch | view | raw | blame | history
src/store/modules/user.js
@@ -91,6 +91,7 @@
                message: data.error_description,
                type: "error",
              });
              resolve({ error: "error" });
            } else {
              commit("SET_TOKEN", data.access_token);
              commit("SET_REFRESH_TOKEN", data.refresh_token);
@@ -103,6 +104,7 @@
                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")
                ) {
src/views/propertySupervision/residentSupervision.vue
@@ -1229,7 +1229,7 @@
    .echarts-cell:nth-child(5) {
        margin-top: 10px;
        height: 280px;
        width: calc((100% / 3) - 5px);
        width: calc((100% / 3) - 6.66px);
    }
    .echarts-cell {