更新小问题

This commit is contained in:
2024-08-08 18:24:02 +08:00
parent 8773e5f927
commit cb1d5c58d1
10 changed files with 187 additions and 169 deletions

View File

@@ -21,7 +21,8 @@ const DASHBOARD = {
roles: ["*"],
locale: "工作台",
icon: "icon-dashboard",
title: "工作台"
title: "工作台",
ignoreCache: true,
}
},
{
@@ -29,7 +30,6 @@ const DASHBOARD = {
name: "usercenter",
component: () => import("@/views/dashboard/usercenter/index.vue"),
meta: {
ignoreCache: false,
requiresAuth: true,
roles: ["*"],
locale: "用户中心",