浏览代码

多学号问题

WANG 6 年之前
父节点
当前提交
a1ffd08a29
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/portal/views/Login.vue

+ 1 - 1
src/modules/portal/views/Login.vue

@@ -134,7 +134,7 @@ export default {
           });
         })
         .catch(error => {
-          if (error.response.data.code === "B-001100") {
+          if (error.response.data.code === "B-003100") {
             this.dialogVisible = true;
           }
         });