update: 大屏接口

This commit is contained in:
xf
2025-07-09 15:10:30 +08:00
parent f6e5bb78da
commit 91abcfd78d
22 changed files with 418 additions and 78 deletions
-1
View File
@@ -50,7 +50,6 @@ const router: Router = createRouter({
});
router.beforeEach((to, from, next) => {
debugger;
if (to.path !== '/login') {
setCurrentPath(to.path);
}