feat: add swagger page

This commit is contained in:
2025-05-12 21:56:41 +08:00
parent 8699a568d1
commit 74d40d25e2
4 changed files with 42 additions and 18 deletions

View File

@@ -11,8 +11,8 @@ const routes = [
{ path: "/login", name: "Login", component: LoginView },
{ path: "/user", name: "User", component: UserView },
{ path: "/test", name: "Test", component: TestView },
{ path: "/test/jtag", name:"JtagTest", component: JtagTest},
{ path: "/project", name: "Project", component: ProjectView } // 新增工程界面
{ path: "/test/jtag", name: "JtagTest", component: JtagTest },
{ path: "/project", name: "Project", component: ProjectView },
];
const router = createRouter({