mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-09 13:24:38 +00:00
移除指南
This commit is contained in:
parent
e6f7819b58
commit
cd2cbc5f0a
1 changed files with 0 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
||||||
import { DEFAULT_LAYOUT } from '../base';
|
|
||||||
import { AppRouteRecordRaw } from '../types';
|
|
||||||
|
|
||||||
const GUIDE: AppRouteRecordRaw = {
|
|
||||||
path: '/guide',
|
|
||||||
name: 'guide',
|
|
||||||
component: DEFAULT_LAYOUT,
|
|
||||||
meta: {
|
|
||||||
locale: '指南',
|
|
||||||
requiresAuth: true,
|
|
||||||
icon: 'icon-list',
|
|
||||||
order: 3,
|
|
||||||
},
|
|
||||||
children: [
|
|
||||||
{
|
|
||||||
path: 'f117',
|
|
||||||
name: 'f117',
|
|
||||||
component: () => import('@/views/guide/f117/index.vue'),
|
|
||||||
meta: {
|
|
||||||
locale: '使用117P6版',
|
|
||||||
requiresAuth: true,
|
|
||||||
roles: ['*'],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
|
||||||
};
|
|
||||||
|
|
||||||
export default GUIDE;
|
|
Loading…
Reference in a new issue