@@ -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;
}