1
0
forked from ruoyi/RuoYi-Vue3

优化代码

This commit is contained in:
RuoYi
2025-04-22 11:48:56 +08:00
parent f2a0f69465
commit 06d52deb60
8 changed files with 26 additions and 42 deletions

View File

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