chore: update

This commit is contained in:
xiaoxian521 2024-04-09 15:59:15 +08:00
parent 375368a119
commit b87b3cae87
7 changed files with 10 additions and 18 deletions

View File

@ -40,8 +40,7 @@ const systemManagementRouter = {
meta: {
icon: "ep:menu",
title: "menus.pureSystemMenu",
roles: ["admin"],
fixedTag: true
roles: ["admin"]
}
},
{
@ -120,8 +119,7 @@ const permissionRouter = {
name: "PermissionPage",
meta: {
title: "menus.purePermissionPage",
roles: ["admin", "common"],
fixedTag: true
roles: ["admin", "common"]
}
},
{
@ -245,8 +243,7 @@ const frameRouter = {
title: "menus.purePiniaDoc",
frameSrc: "https://pinia.vuejs.org/zh/index.html",
keepAlive: true,
roles: ["admin", "common"],
fixedTag: true
roles: ["admin", "common"]
}
},
{

View File

@ -429,6 +429,7 @@ function showMenuModel(
tagsViews[v].show = false;
tagsViews[v].disabled = true;
});
fixedTagDisabled();
} else if (routeLength - 1 === currentIndex && currentIndex !== 0) {
//
tagsViews[3].show = false;

View File

@ -32,8 +32,7 @@ export default {
name: "WaterMark",
component: () => import("@/views/able/watermark.vue"),
meta: {
title: $t("menus.pureWatermark"),
fixedTag: true
title: $t("menus.pureWatermark")
}
},
{
@ -73,8 +72,7 @@ export default {
name: "Debounce",
component: () => import("@/views/able/debounce.vue"),
meta: {
title: $t("menus.pureDebounce"),
fixedTag: true
title: $t("menus.pureDebounce")
}
},
{

View File

@ -17,8 +17,7 @@ export default {
meta: {
icon: "ri:bank-card-line",
title: $t("menus.pureListCard"),
showParent: true,
fixedTag: true
showParent: true
}
}
]

View File

@ -42,8 +42,7 @@ export default {
name: "Menu1-2-1",
meta: {
title: $t("menus.pureMenu1-2-1"),
keepAlive: true,
fixedTag: true
keepAlive: true
}
},
{

View File

@ -18,8 +18,7 @@ export default {
title: "PPT",
keepAlive: true,
frameSrc: "https://pipipi-pikachu.github.io/PPTist/",
frameLoading: false,
fixedTag: true
frameLoading: false
}
}
]

View File

@ -23,8 +23,7 @@ export default {
name: "PureTableHigh",
component: () => import("@/views/table/high.vue"),
meta: {
title: $t("menus.pureTableHigh"),
fixedTag: true
title: $t("menus.pureTableHigh")
}
},
{