feat: 新增多标签功能

This commit is contained in:
duanshuwen
2025-11-16 11:43:52 +08:00
parent f24317c46e
commit 7760d2f1ed
8 changed files with 494 additions and 15 deletions

View File

@@ -8,8 +8,8 @@ const routes = [
// },
{
path: "/",
name: "Home",
component: () => import("@/views/home/index.vue"),
name: "Browser",
component: () => import("@/views/browser/BrowserLayout.vue"),
},
{
path: "/about",