mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-20 05:35:35 +08:00
refactor(auth): 移除登录成功后的测试通知代码
feat(analytics): 添加antdv-next变更说明文档和演示功能
This commit is contained in:
@@ -71,16 +71,6 @@ export const useAuthStore = defineStore('auth', () => {
|
||||
duration: 3,
|
||||
title: $t('authentication.loginSuccess'),
|
||||
});
|
||||
|
||||
await new Promise((resolve) => setTimeout(resolve, 1000));
|
||||
Array.from({ length: 5 }).forEach((_, index) => {
|
||||
setTimeout(() => {
|
||||
notification.success({
|
||||
title: '新的notification样式',
|
||||
description: '这是一条新的通知消息',
|
||||
});
|
||||
}, index * 900);
|
||||
});
|
||||
}
|
||||
} finally {
|
||||
loginLoading.value = false;
|
||||
|
||||
Reference in New Issue
Block a user