mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-20 20:02:49 +00:00
11 lines
142 B
JavaScript
11 lines
142 B
JavaScript
export default [
|
|
{
|
|
path: "/my/info",
|
|
component: () => import("./info"),
|
|
meta: {
|
|
label: "个人中心",
|
|
keepAlive: true
|
|
}
|
|
}
|
|
];
|