@@ -169,6 +169,7 @@ export default {
message: '申报成功,可登录平台进行查看审核状态',
type: 'success',
});
+ this.$router.push({ path: '/login' });
}
})
.catch(() => {});