From a6e38185b589cb5439b20dbe04a22c25f1876f79 Mon Sep 17 00:00:00 2001 From: Shang Chen Date: Tue, 8 Jul 2025 09:35:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E8=87=AA120=E6=B1=87=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 12 + .../components/bottom-left/index.vue | 289 ++++++ .../components/bottom-right/index.vue | 293 ++++++ .../components/itemBox/index.vue | 370 ++++++++ .../components/itemBox/position.vue | 207 +++++ .../components/top-left/index.vue | 787 ++++++++++++++++ .../components/top-right/index.vue | 612 +++++++++++++ .../components/topology/index.vue | 845 ++++++++++++++++++ src/views/dashboard-zhongzi/index.vue | 169 ++++ 9 files changed, 3584 insertions(+) create mode 100644 src/views/dashboard-zhongzi/components/bottom-left/index.vue create mode 100644 src/views/dashboard-zhongzi/components/bottom-right/index.vue create mode 100644 src/views/dashboard-zhongzi/components/itemBox/index.vue create mode 100644 src/views/dashboard-zhongzi/components/itemBox/position.vue create mode 100644 src/views/dashboard-zhongzi/components/top-left/index.vue create mode 100644 src/views/dashboard-zhongzi/components/top-right/index.vue create mode 100644 src/views/dashboard-zhongzi/components/topology/index.vue create mode 100644 src/views/dashboard-zhongzi/index.vue 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 @@ + + + + +