fix: user sign
This commit is contained in:
@@ -283,6 +283,12 @@ export const asyncRoutes = [
|
||||
component: () => import('@/views/spring/user/adWatch/index'),
|
||||
meta: { title: '广告观看记录' },
|
||||
},
|
||||
{
|
||||
path: 'userSignLog',
|
||||
name: 'UserSignLog',
|
||||
component: () => import('@/views/spring/user/signLog/index'),
|
||||
meta: { title: '用户签到记录' },
|
||||
},
|
||||
{
|
||||
path: 'userChat',
|
||||
name: 'UserChat',
|
||||
|
||||
Reference in New Issue
Block a user