1.0.0版本发布
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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错误',
|
||||
|
||||
Reference in New Issue
Block a user