|
@@ -381,7 +381,8 @@ const userNav = (options) => {
|
|
|
'title': '仪表盘',
|
|
|
'show': true
|
|
|
},
|
|
|
- 'component': 'RouteView'
|
|
|
+ 'component': 'RouteView',
|
|
|
+ 'redirect': '/dashboard/workplace'
|
|
|
},
|
|
|
{
|
|
|
'name': 'analysis',
|
|
@@ -413,6 +414,16 @@ const userNav = (options) => {
|
|
|
},
|
|
|
'component': 'Workplace'
|
|
|
},
|
|
|
+ {
|
|
|
+ 'name': 'tests',
|
|
|
+ 'parentId': 1,
|
|
|
+ 'id': 8,
|
|
|
+ 'meta': {
|
|
|
+ 'title': '测试功能',
|
|
|
+ 'show': true
|
|
|
+ },
|
|
|
+ 'component': 'TestWork'
|
|
|
+ },
|
|
|
{
|
|
|
'name': 'permission',
|
|
|
'parentId': 10,
|