修改测试bug
This commit is contained in:
@@ -116,11 +116,11 @@ const handleCommand = async (key: string) => {
|
||||
popupPwd.value.open()
|
||||
break
|
||||
case 'layout':
|
||||
await window.location.reload()
|
||||
navTabs.closeTabs()
|
||||
window.localStorage.clear()
|
||||
adminInfo.reset()
|
||||
setTimeout(() => {
|
||||
navTabs.closeTabs()
|
||||
window.localStorage.clear()
|
||||
adminInfo.reset()
|
||||
window.location.reload()
|
||||
router.push({ name: 'login' })
|
||||
}, 0)
|
||||
break
|
||||
@@ -231,9 +231,11 @@ const handleCommand = async (key: string) => {
|
||||
0% {
|
||||
transform: scale(0);
|
||||
}
|
||||
|
||||
80% {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user