称重页面

This commit is contained in:
zc
2026-02-28 16:54:47 +08:00
parent 3f63ae1d50
commit cbd73d4312
5 changed files with 844 additions and 6 deletions

View File

@@ -54,12 +54,6 @@ export const systemRoutes: RouteRecordRaw[] = [
component: () => import('@/views/setting/profile/index.vue'),
meta: { title: '个人中心', showInTabs: false },
},
{
path: '/setting/message',
name: 'SettingMessage',
component: () => import('@/views/setting/message/index.vue'),
meta: { title: '消息中心', showInTabs: false },
},
],
},
]