style: add personal center

This commit is contained in:
2025-04-02 00:00:03 +08:00
parent 5c1bd0cac0
commit 6ba76f11c4
2 changed files with 394 additions and 0 deletions

View File

@@ -20,6 +20,15 @@ export default {
title: "管理端用户"
}
},
{
path: "/auth/personalCenter",
name: "personalCenter",
component: () => import("@/views/auth/personalCenter/index.vue"),
meta: {
icon: "ri:admin-fill",
title: "个人中心"
}
},
{
path: "/auth/company",
name: "company",