chore: change password

This commit is contained in:
xiaojunnuo
2023-06-28 23:15:37 +08:00
parent f5493c542b
commit 2bcab76f5a
7 changed files with 177 additions and 9 deletions
@@ -55,6 +55,16 @@ export const certdResources = [
icon: "ion:mail-outline",
auth: true
}
},
{
title: "账号信息",
name: "userProfile",
path: "/certd/mine/user-profile",
component: "/certd/mine/user-profile.vue",
meta: {
icon: "ion:person-outline",
auth: true
}
}
]
}