feat: sider调整

This commit is contained in:
rd
2025-08-18 17:22:11 +08:00
parent 7c7704c078
commit c0dfd6030f
25 changed files with 510 additions and 287 deletions

View File

@ -32,4 +32,7 @@ Object.values(directives).forEach((directive) => {
app.use(directive);
}); // 注册指令
app.mount('#app');
// 解决mounted中获取不到route信息
router.isReady().then(() => {
app.mount('#app');
});