fix: add black
This commit is contained in:
@@ -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: '聊天' },
|
||||
// },
|
||||
|
||||
Reference in New Issue
Block a user