This commit is contained in:
zhutianqi
2022-02-17 16:38:33 +08:00
parent b8e0a9e567
commit f30beb07c5
3 changed files with 233 additions and 0 deletions
+11
View File
@@ -3555,6 +3555,17 @@ const routes = [
menuId: 'PGPZXNUFEXC85BVPV9AU'
}
},
{
path: '/OperationLog',
name: 'OperationLog',
component: () =>
import('@/pages/config/pages/operationLog/index'),
meta: {
requireAuth: true,
title: '操作日志',
menuId: ''
}
},
{
path: '/processManage',
name: 'ProcessManage',