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

fix: Routing history judgment problem #71

Merged
merged 1 commit into from
Mar 25, 2024
Merged

fix: Routing history judgment problem #71

merged 1 commit into from
Mar 25, 2024

Conversation

ljt990218
Copy link
Member

NavBar组件的onBack方法里:if (history.length > 1) 判读有问题,改为if (window.history.state.back) 可解决。

Copy link

netlify bot commented Mar 25, 2024

Deploy Preview for vvmcsr ready!

Name Link
🔨 Latest commit e17701f
🔍 Latest deploy log https://app.netlify.com/sites/vvmcsr/deploys/6600edd658043f0008953333
😎 Deploy Preview https://deploy-preview-71--vvmcsr.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 99
Accessibility: 100
Best Practices: 100
SEO: 92
PWA: 100
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@CharleeWa CharleeWa self-requested a review March 25, 2024 04:53
@CharleeWa
Copy link
Collaborator

NavBar组件的onBack方法里:if (history.length > 1) 判读有问题,改为if (window.history.state.back) 可解决。

LGTM

@CharleeWa CharleeWa merged commit 3a79219 into easy-temps:main Mar 25, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants