fix 修复默认打开页面为空的bug
All checks were successful
Build image / build (push) Successful in 6m10s

This commit is contained in:
timerzz 2024-12-02 14:23:33 +08:00
parent 4316a0bf36
commit bd5602616c

View File

@ -6,7 +6,7 @@ const router = createRouter({
routes:[
...routes,
{ path: '/',
redirect: '/watcher'
redirect: '/watcher-v2'
},
]
})