Skip to content

Commit

Permalink
check version update
Browse files Browse the repository at this point in the history
  • Loading branch information
hesetiema committed May 25, 2024
1 parent a588e7d commit ef063a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const checkUpdate = async () => {
if (res?.lastBuildTime && res?.lastBuildTime !== htmlLastBuildTime) {
ElNotification({
title: '系统更新',
message: `检测到当前系统版本已更新,即将刷新页面!`
message: `请注意,检测到当前系统版本已更新,即将刷新页面!`
})
window.location.reload()
}
Expand Down

0 comments on commit ef063a7

Please sign in to comment.