Authored by htoooth

add login

... ... @@ -53,7 +53,7 @@ export default {
if (result.code === 200) {
commit(Types.FETCH_UFO_STATUS_SUCCESS, { status: result.data, message: result.message });
} else {
commit(Types.FETCH_UFO_STATUS_SUCCESS, -1);
commit(Types.FETCH_UFO_STATUS_SUCCESS, { status: -1 });
}
},
... ...