Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: 登陆成功后,没有右上角弹窗提示「登陆成功 欢迎回来xxx」通知 #688

Closed
huozhicheng opened this issue Dec 26, 2024 · 0 comments

Comments

@huozhicheng
Copy link

软件版本

1.3.10

运行环境

MacOS

运行架构

ARM [64] (别名:AArch64 / ARMv8)

重现步骤

登陆没有弹窗提醒了,看了下是路由初始化顺序问题,导致条件不满足,无法弹出通知
image
image

期望的结果是什么?

首次登陆应该有通知弹窗的

实际的结果是什么?

没有弹窗,看了代码,去掉了
src/store/modules/auth/index.ts
await routeStore.initAuthRoute(); 这行代码

日志记录(可选)

No response

补充说明(可选)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant