This commit is contained in:
李琦
2026-01-20 08:43:35 +08:00
parent adb1b8ca94
commit 34fe612aab
5 changed files with 427 additions and 203 deletions

View File

@@ -183,8 +183,8 @@ const handleChangePassword = () => {
}
const refreshCurrentPage = () => {
// 刷新当前路由页面,不刷新整个浏览器
router.replace(router.currentRoute.value.fullPath)
// 强制刷新当前路由页面
router.go(0)
}
interface MenuItem {