forked from dg/dabao_wap
src/page/login/register.vue @@ -147,6 +147,7 @@ }; let data = await api.register(opts); if (data.status === 0) { Notify({ type: "success", message: data.msg }); setTimeout(() => { this.$router.push("/login"); }, 1000);