mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-02-03 02:18:40 +08:00
fix: fix mock data error #109
This commit is contained in:
parent
6f8d753ae0
commit
41a4b827a2
@ -32,6 +32,7 @@ const frontRoute = {
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: 'page',
|
path: 'page',
|
||||||
|
name: 'FrontPageAuth',
|
||||||
component: '/demo/permission/front/index',
|
component: '/demo/permission/front/index',
|
||||||
meta: {
|
meta: {
|
||||||
title: '页面权限',
|
title: '页面权限',
|
||||||
@ -39,6 +40,7 @@ const frontRoute = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'btn',
|
path: 'btn',
|
||||||
|
name: 'FrontBtnAuth',
|
||||||
component: '/demo/permission/front/Btn',
|
component: '/demo/permission/front/Btn',
|
||||||
meta: {
|
meta: {
|
||||||
title: '按钮权限',
|
title: '按钮权限',
|
||||||
@ -46,6 +48,7 @@ const frontRoute = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'auth-pageA',
|
path: 'auth-pageA',
|
||||||
|
name: 'FrontAuthPageA',
|
||||||
component: '/demo/permission/front/AuthPageA',
|
component: '/demo/permission/front/AuthPageA',
|
||||||
meta: {
|
meta: {
|
||||||
title: '权限测试页A',
|
title: '权限测试页A',
|
||||||
@ -53,6 +56,7 @@ const frontRoute = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'auth-pageB',
|
path: 'auth-pageB',
|
||||||
|
name: 'FrontAuthPageB',
|
||||||
component: '/demo/permission/front/AuthPageB',
|
component: '/demo/permission/front/AuthPageB',
|
||||||
meta: {
|
meta: {
|
||||||
title: '权限测试页B',
|
title: '权限测试页B',
|
||||||
@ -69,6 +73,7 @@ const backRoute = {
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: 'page',
|
path: 'page',
|
||||||
|
name: 'BackAuthPage',
|
||||||
component: '/demo/permission/back/index',
|
component: '/demo/permission/back/index',
|
||||||
meta: {
|
meta: {
|
||||||
title: '页面权限',
|
title: '页面权限',
|
||||||
@ -76,6 +81,7 @@ const backRoute = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'btn',
|
path: 'btn',
|
||||||
|
name: 'BackAuthBtn',
|
||||||
component: '/demo/permission/back/Btn',
|
component: '/demo/permission/back/Btn',
|
||||||
meta: {
|
meta: {
|
||||||
title: '按钮权限',
|
title: '按钮权限',
|
||||||
|
Loading…
Reference in New Issue
Block a user