修改退出成功文字
This commit is contained in:
parent
9ac72304c7
commit
3193ef0948
|
@ -61,7 +61,7 @@ export default {
|
|||
},
|
||||
logout() {
|
||||
this.$models.user.logout().then(() => {
|
||||
this.$utils.toast("请重新登录").then(() => {
|
||||
this.$utils.toast("退出成功").then(() => {
|
||||
this.$utils.toPage("/pages/index/index", {}, "switch");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue