|
@@ -64,13 +64,6 @@ export default [
|
|
|
icon: 'home',
|
|
|
name: 'home',
|
|
|
routes: [
|
|
|
- // 大屏管理
|
|
|
- {
|
|
|
- path: '/sysset_home/bigscreen',
|
|
|
- icon: 'home',
|
|
|
- name: 'bigscreen',
|
|
|
- component: './sysset/bigscreen/index',
|
|
|
- },
|
|
|
//概况页
|
|
|
{
|
|
|
path: '/sysset_home/basic',
|
|
@@ -905,6 +898,12 @@ export default [
|
|
|
icon: 'pie-chart',
|
|
|
name: 'statistics',
|
|
|
routes: [
|
|
|
+ // 大屏管理
|
|
|
+ {
|
|
|
+ path: '/statistics/bigscreen',
|
|
|
+ name: 'bigscreen',
|
|
|
+ component: './statistics/bigscreen/index',
|
|
|
+ },
|
|
|
//实时分析
|
|
|
{
|
|
|
path: '/statistics/realtime',
|