diff --git a/frontend/src/components/layouts/MainLayout.vue b/frontend/src/components/layouts/MainLayout.vue index 10298ac..3f269f4 100644 --- a/frontend/src/components/layouts/MainLayout.vue +++ b/frontend/src/components/layouts/MainLayout.vue @@ -101,6 +101,8 @@ const breadcrumbItems = computed(() => { '/refunds': '退款列表', '/refund-items': '退款子项', '/mq-status': '队列监控', + '/profile': '个人信息', + '/profile/password': '修改密码', } const items: Array<{ title: string; path: string }> = [{ title: '首页', path: '/' }] @@ -133,11 +135,11 @@ const breadcrumbItems = computed(() => {