1.0.0版本发布

This commit is contained in:
2025-11-27 15:38:03 +08:00
parent 6f9c5dc008
commit 462a338817
8 changed files with 5885 additions and 5336 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -80,12 +80,12 @@ const routes = [
component: PanelSelection,
meta: { requiresAuth: true } // 需要认证的路由
},
{
path: '/download',
name: '文件下载',
component: DownLoad,
meta: { requiresAuth: false } // 不需要认证的路由
},
// {
// path: '/download',
// name: '文件下载',
// component: DownLoad,
// meta: { requiresAuth: false } // 不需要认证的路由
// },
{
path: '/:pathMatch(.*)*',
name: '404错误',