小调整。

pull/407/head
王良 2024-12-01 03:53:53 +08:00
parent b57ddec8c0
commit 37bfddacdf
1 changed files with 1 additions and 1 deletions

View File

@ -14,11 +14,11 @@ const routes = [
{ path: '/server', component: Server },
{ path: '/proxy', component: Proxy },
{ path: '/setting', component: Setting },
{ path: '/help', component: Help },
{ path: '/plugin/node', component: Node },
{ path: '/plugin/git', component: Git },
{ path: '/plugin/pip', component: Pip },
{ path: '/plugin/overwall', component: Overwall },
{ path: '/help', component: Help },
]
export default routes