fix 修复 页面api过期警告

This commit is contained in:
疯狂的狮子Li 2024-12-13 11:45:25 +08:00
parent 7a9ccedadc
commit 8a034662c7

View File

@ -43,7 +43,7 @@ onMounted(() => {
addIframe()
})
watch((route) => {
watchEffect((route) => {
addIframe()
})