修改退出成功文字

This commit is contained in:
TOP糯米 2023-04-01 22:29:30 +08:00
parent 9ac72304c7
commit 3193ef0948
1 changed files with 1 additions and 1 deletions

View File

@ -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");
});
});