rating
This commit is contained in:
@@ -366,6 +366,12 @@ export const asyncRoutes = [
|
||||
component: () => import('@/views/systemManagement/ability/index'),
|
||||
meta: { title: '用户能力管理' },
|
||||
},
|
||||
{
|
||||
path: 'userSignStat',
|
||||
name: 'UserSignStat',
|
||||
component: () => import('@/views/systemManagement/userSignStat/index'),
|
||||
meta: { title: '用户签到信息' },
|
||||
},
|
||||
{
|
||||
path: 'accessLogManagement',
|
||||
name: 'AccessLogManagement',
|
||||
|
||||
Reference in New Issue
Block a user