Merge branch 'main' of github.com:pure-admin/vue-pure-admin into gitee

This commit is contained in:
xiaoxian521 2023-06-27 17:44:30 +08:00
commit 1cd173b66c
2 changed files with 12 additions and 8 deletions

View File

@ -82,14 +82,6 @@ const frameRouter = {
rank: frame
},
children: [
{
path: "/external",
name: "https://yiming_chang.gitee.io/pure-admin-doc",
meta: {
title: "menus.externalLink",
roles: ["admin", "common"]
}
},
{
path: "/iframe/pure",
name: "FramePure",
@ -99,6 +91,14 @@ const frameRouter = {
roles: ["admin", "common"]
}
},
{
path: "/external",
name: "https://yiming_chang.gitee.io/pure-admin-doc",
meta: {
title: "menus.externalLink",
roles: ["admin", "common"]
}
},
{
path: "/iframe/ep",
name: "FrameEp",

View File

@ -1,3 +1,7 @@
.el-form-item__label {
font-weight: 700;
}
.el-breadcrumb__inner,
.el-breadcrumb__inner a {
font-weight: 400 !important;