Compare commits
2 Commits
fix-109
...
ae2fb40d72
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae2fb40d72 | ||
| 27b2052cec |
@@ -102,6 +102,9 @@ const handleLogout = () => {
|
||||
uni.clearStorageSync();
|
||||
emits("close");
|
||||
uni.$emit(NOTICE_EVENT_LOGOUT);
|
||||
uni.showToast({
|
||||
title: "退出登录成功",
|
||||
});
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
@@ -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