提交 7633e7ba 编写于 作者: KK's avatar KK

调整报错信息

上级 04bf606a
...@@ -98,7 +98,7 @@ export default class Login extends Vue { ...@@ -98,7 +98,7 @@ export default class Login extends Vue {
this.$router.push({ path: url }); this.$router.push({ path: url });
} }
}).catch((error: any) => { }).catch((error: any) => {
this.$notice.error(error?error:"登录异常"); this.$notice.error(error?error.error.message:"登录异常");
}); });
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册