Skip to content

Commit

Permalink
fix: keepalive缓存关闭后,路由切换后获取的依旧是上一个页面的数据 #30
Browse files Browse the repository at this point in the history
  • Loading branch information
zhufengfj committed Dec 15, 2022
1 parent 8ae9141 commit 4f7d8ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"cropperjs": "^1.5.12",
"echarts": "^5.3.1",
"github-markdown-css": "^5.1.0",
"happykit": "^2.2.3",
"happykit": "^2.2.4",
"highlight.js": "^11.6.0",
"jszip": "^3.10.0",
"katex": "^0.16.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2671,10 +2671,10 @@ handlebars@^4.7.7:
optionalDependencies:
uglify-js "^3.1.4"

happykit@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/happykit/-/happykit-2.2.3.tgz#8ea74fd88d3f2202ffe2aac5283ce136943552fd"
integrity sha512-GI3ibmawivOitg0MyQqjmp/WFBUCQVb5AcYvh0SKJ6e6A3dsBXfBGQvXDq8vssbI2q1ZwgHD4Z1xKgQklJGVhA==
happykit@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/happykit/-/happykit-2.2.4.tgz#620c1bff1effbc72200e3bf37a81bcee5ae0c626"
integrity sha512-3qBtwawwMSBXmmsOr+VXjZhAnVgb3+o3dBVqENXp0W6JTl1TuxWC47nweJMoO9v3QE2+Igno3bchCHK68dwAiQ==

hard-rejection@^2.1.0:
version "2.1.0"
Expand Down

1 comment on commit 4f7d8ad

@vercel
Copy link

@vercel vercel bot commented on 4f7d8ad Dec 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.