mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-13 01:32:27 +08:00
1.8.0
This commit is contained in:
@@ -34,6 +34,7 @@ const routes: Array<RouteRecordRaw> = [
|
||||
meta: {
|
||||
title: '主控台',
|
||||
permissions: ['dashboard_console'],
|
||||
affix: true,
|
||||
},
|
||||
component: () => import('@/views/dashboard/console/console.vue'),
|
||||
},
|
||||
|
||||
@@ -17,6 +17,15 @@ const routes: Array<RouteRecordRaw> = [
|
||||
icon: renderIcon(DesktopOutline),
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'naive-admin',
|
||||
name: 'naive-admin',
|
||||
meta: {
|
||||
title: 'NaiveAdmin',
|
||||
frameSrc: 'https://www.naiveadmin.com',
|
||||
},
|
||||
component: IFrame,
|
||||
},
|
||||
{
|
||||
path: 'docs',
|
||||
name: 'frame-docs',
|
||||
|
||||
Reference in New Issue
Block a user