告警大屏css初稿,大屏小图echart测试页
This commit is contained in:
@@ -11,6 +11,7 @@ import Home from '@/html/Home.vue';
|
||||
import DataStatistics from '@/html/DataStatistics.vue';
|
||||
import Cameras from '@/components/Cameras.vue';
|
||||
import Settings from '@/components/Settings.vue';
|
||||
import ViewList from '@/html/ViewList.vue';
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -72,6 +73,12 @@ const routes = [
|
||||
name: 'Settings',
|
||||
component: Settings,
|
||||
meta: { requiresAuth: true }
|
||||
},
|
||||
{
|
||||
path:'/viewList',
|
||||
name: 'ViewList',
|
||||
component: ViewList,
|
||||
meta: { requiresAuth: true }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user