This website works better with JavaScript
Home
Explore
Help
Register
Sign In
linmingxu
/
rlzc-ai-ui
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix 修复 页面api过期警告
疯狂的狮子Li
6 months ago
parent
7a9ccedadc
commit
8a034662c7
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/layout/components/AppMain.vue
+ 1
- 1
src/layout/components/AppMain.vue
View File
@@ -43,7 +43,7 @@ onMounted(() => {
addIframe()
})
-watch((route) => {
+watch
Effect
((route) => {
addIframe()
})