diff --git a/src/router/index.js b/src/router/index.js index b6f4bf5..92501d0 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -99,6 +99,18 @@ export const constantRoutes = [ } ] }, + { + path: '/dashboard-zhongzi', + component: Layout, + children: [ + { + path: 'dashboard-zhongzi', + component: () => import('@/views/dashboard-zhongzi/index.vue'), + name: 'dashboard-zhongzi', + meta: { title: 'dashboard-zhongzi', icon: 'dashboard', affix: true } + } + ] + }, { path: '*', redirect: '/404', hidden: true } ] diff --git a/src/views/dashboard-zhongzi/components/bottom-left/index.vue b/src/views/dashboard-zhongzi/components/bottom-left/index.vue new file mode 100644 index 0000000..330ecdf --- /dev/null +++ b/src/views/dashboard-zhongzi/components/bottom-left/index.vue @@ -0,0 +1,289 @@ + + + + diff --git a/src/views/dashboard-zhongzi/components/bottom-right/index.vue b/src/views/dashboard-zhongzi/components/bottom-right/index.vue new file mode 100644 index 0000000..7051aef --- /dev/null +++ b/src/views/dashboard-zhongzi/components/bottom-right/index.vue @@ -0,0 +1,293 @@ + + + + diff --git a/src/views/dashboard-zhongzi/components/itemBox/index.vue b/src/views/dashboard-zhongzi/components/itemBox/index.vue new file mode 100644 index 0000000..0ea89b4 --- /dev/null +++ b/src/views/dashboard-zhongzi/components/itemBox/index.vue @@ -0,0 +1,370 @@ + + + + diff --git a/src/views/dashboard-zhongzi/components/itemBox/position.vue b/src/views/dashboard-zhongzi/components/itemBox/position.vue new file mode 100644 index 0000000..2d50557 --- /dev/null +++ b/src/views/dashboard-zhongzi/components/itemBox/position.vue @@ -0,0 +1,207 @@ + + + + diff --git a/src/views/dashboard-zhongzi/components/top-left/index.vue b/src/views/dashboard-zhongzi/components/top-left/index.vue new file mode 100644 index 0000000..81ed746 --- /dev/null +++ b/src/views/dashboard-zhongzi/components/top-left/index.vue @@ -0,0 +1,787 @@ + + + + diff --git a/src/views/dashboard-zhongzi/components/top-right/index.vue b/src/views/dashboard-zhongzi/components/top-right/index.vue new file mode 100644 index 0000000..220f80e --- /dev/null +++ b/src/views/dashboard-zhongzi/components/top-right/index.vue @@ -0,0 +1,612 @@ + + + diff --git a/src/views/dashboard-zhongzi/components/topology/index.vue b/src/views/dashboard-zhongzi/components/topology/index.vue new file mode 100644 index 0000000..4fbc479 --- /dev/null +++ b/src/views/dashboard-zhongzi/components/topology/index.vue @@ -0,0 +1,845 @@ + + + diff --git a/src/views/dashboard-zhongzi/index.vue b/src/views/dashboard-zhongzi/index.vue new file mode 100644 index 0000000..3c4c894 --- /dev/null +++ b/src/views/dashboard-zhongzi/index.vue @@ -0,0 +1,169 @@ + + + + +