|
|
@@ -15,7 +15,7 @@ export default {
|
|
|
redirect: '/bg',
|
|
|
name: 'Backend',
|
|
|
title: '后端系统',
|
|
|
- icon: 'el-icon-user',
|
|
|
+ icon: 'el-icon-loading',
|
|
|
component: Background,
|
|
|
meta: { needAuth: true, roles: ['tnb_admin'] },
|
|
|
children: [
|
|
|
@@ -24,14 +24,14 @@ export default {
|
|
|
name: 'Gateway',
|
|
|
component: AdminGateway,
|
|
|
title: '网关',
|
|
|
- icon: 'el-icon-user',
|
|
|
+ icon: 'el-icon-loading',
|
|
|
meta: { needAuth: true, roles: ['tnb_admin'] }
|
|
|
},
|
|
|
{
|
|
|
path: '/bg/backend/dubbo_service',
|
|
|
name: 'DubboService',
|
|
|
title: 'Dubbo服务',
|
|
|
- icon: 'el-icon-user',
|
|
|
+ icon: 'el-icon-loading',
|
|
|
component: AdminDubboService,
|
|
|
meta: { needAuth: true, roles: ['tnb_admin'] }
|
|
|
},
|
|
|
@@ -39,7 +39,7 @@ export default {
|
|
|
path: '/bg/backend/springcloud_service',
|
|
|
name: 'SpringCloudService',
|
|
|
title: 'SpringCloud服务',
|
|
|
- icon: 'el-icon-user',
|
|
|
+ icon: 'el-icon-loading',
|
|
|
component: AdminSpringCloudService,
|
|
|
meta: { needAuth: true, roles: ['tnb_admin'] }
|
|
|
},
|
|
|
@@ -47,7 +47,7 @@ export default {
|
|
|
path: '/bg/backend/access_log',
|
|
|
name: 'AccessLog',
|
|
|
title: '访问日志',
|
|
|
- icon: 'el-icon-user',
|
|
|
+ icon: 'el-icon-loading',
|
|
|
component: AdminAccessLog,
|
|
|
meta: { needAuth: true, roles: ['tnb_admin'] }
|
|
|
},
|
|
|
@@ -55,7 +55,7 @@ export default {
|
|
|
path: '/bg/backend/runtime_log',
|
|
|
name: 'RuntimeLog',
|
|
|
title: '运行日志',
|
|
|
- icon: 'el-icon-user',
|
|
|
+ icon: 'el-icon-loading',
|
|
|
component: AdminRuntimeLog,
|
|
|
meta: { needAuth: true, roles: ['tnb_admin'] }
|
|
|
},
|
|
|
@@ -63,7 +63,7 @@ export default {
|
|
|
path: '/bg/backend/realtime_log',
|
|
|
name: 'Realtime',
|
|
|
title: '实时日志',
|
|
|
- icon: 'el-icon-user',
|
|
|
+ icon: 'el-icon-loading',
|
|
|
component: AdminBackendLog,
|
|
|
meta: { needAuth: true, roles: ['tnb_admin'] }
|
|
|
}
|