mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-11-13 06:03:38 +08:00
release: update 2.8.0
This commit is contained in:
@@ -4,9 +4,9 @@ import { MockMethod } from "vite-plugin-mock";
|
||||
const permissionRouter = {
|
||||
path: "/permission",
|
||||
name: "permission",
|
||||
redirect: "/permission/page",
|
||||
redirect: "/permission/page/index",
|
||||
meta: {
|
||||
title: "message.permission",
|
||||
title: "menus.permission",
|
||||
icon: "Lollipop",
|
||||
i18n: true,
|
||||
showLink: true,
|
||||
@@ -14,19 +14,19 @@ const permissionRouter = {
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "/permission/page",
|
||||
path: "/permission/page/index",
|
||||
name: "permissionPage",
|
||||
meta: {
|
||||
title: "message.permissionPage",
|
||||
title: "menus.permissionPage",
|
||||
i18n: true,
|
||||
showLink: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/permission/button",
|
||||
path: "/permission/button/index",
|
||||
name: "permissionButton",
|
||||
meta: {
|
||||
title: "message.permissionButton",
|
||||
title: "menus.permissionButton",
|
||||
i18n: true,
|
||||
showLink: true,
|
||||
authority: []
|
||||
|
||||
Reference in New Issue
Block a user