feat: 退出登录的处理
This commit is contained in:
@@ -258,9 +258,6 @@ const addNoticeListener = () => {
|
||||
|
||||
uni.$on(NOTICE_EVENT_LOGOUT, () => {
|
||||
resetConfig();
|
||||
uni.showToast({
|
||||
title: "退出登录成功",
|
||||
});
|
||||
});
|
||||
|
||||
uni.$on(SCROLL_TO_BOTTOM, () => {
|
||||
|
||||
Reference in New Issue
Block a user