fix: add black

This commit is contained in:
zzc
2026-04-21 22:46:53 +08:00
parent 1121a6fa64
commit b52d832986
12 changed files with 29 additions and 13 deletions

View File

@@ -308,8 +308,8 @@ export const asyncRoutes = [
meta: { title: '用户签到记录' },
},
{
path: 'userChat',
name: 'UserChat',
path: 'userDevice',
name: 'UserDevice',
component: () => import('@/views/spring/user/device/index'),
meta: { title: '设备' },
},
@@ -452,8 +452,8 @@ export const asyncRoutes = [
// meta: { title: '用户' },
// },
// {
// path: 'userChat',
// name: 'UserChat',
// path: 'userDevice',
// name: 'userDevice',
// component: () => import('@/views/maomao/user/chat/index'),
// meta: { title: '聊天' },
// },