mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-06-02 03:55:59 +00:00
v2.0代码提交
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
import { ROUTER_PERMISSION_TYPE } from '@/router/router-const';
|
||||
|
||||
export const developRouter = [
|
||||
{
|
||||
path: '/develop',
|
||||
component: () => import('@/views/dashboard/dashboard'),
|
||||
children: [
|
||||
{
|
||||
path: '/develop/config',
|
||||
name: 'DevelopConfig',
|
||||
meta: {
|
||||
title: '开发专用配置',
|
||||
permissionType: ROUTER_PERMISSION_TYPE.NEED_LOGIN.value
|
||||
},
|
||||
component: () => import('views/develop/config')
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user