一键登录流程

This commit is contained in:
唐明明
2022-06-16 16:58:46 +08:00
parent ede11bb688
commit b5bcfef6c0
6 changed files with 3995 additions and 3952 deletions

View File

@@ -90,7 +90,6 @@
success : e => {
if(e.confirm){
this.$store.commit('setToken', '');
this.$store.commit('setIsNew', 0);
this.$Router.replaceAll({name: 'Auth'});
}
}