From 52df80ccc950b644ce5976a0c6ef4367a67fbba1 Mon Sep 17 00:00:00 2001
From: xiaosi <2652281683@qq.com>
Date: Tue, 28 Nov 2023 18:01:49 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E5=B8=83?=
=?UTF-8?q?=E5=B1=80=EF=BC=9A=E5=88=9D=E7=89=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/layout/MainContainer.vue | 44 ++++++++++++++++++-
src/layout/components/SideMenu.vue | 63 +++++++++++++++++++++++++++
src/styles/common.less | 4 ++
src/views/ExampleView/ExampleView.vue | 10 ++++-
4 files changed, 118 insertions(+), 3 deletions(-)
create mode 100644 src/layout/components/SideMenu.vue
diff --git a/src/layout/MainContainer.vue b/src/layout/MainContainer.vue
index d2f5bf3..7fd593e 100644
--- a/src/layout/MainContainer.vue
+++ b/src/layout/MainContainer.vue
@@ -1,11 +1,51 @@
-
+
+
+
+ 云端无人机管理系统(管理员)
+
+
+
+
+
+
+
+
+
+
diff --git a/src/layout/components/SideMenu.vue b/src/layout/components/SideMenu.vue
new file mode 100644
index 0000000..11c626f
--- /dev/null
+++ b/src/layout/components/SideMenu.vue
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+ 实时监控
+
+
+
+
+
+ 设备管理
+
+
+
+
+
+ 制造商管理
+
+
+
+
+
+ 架次管理
+
+
+
+
+
+ 禁飞区管理
+
+
+
+
+
+ 数据分析
+
+
+
+
+
+
+
+
+
+
diff --git a/src/styles/common.less b/src/styles/common.less
index 8a1b754..d8894d7 100644
--- a/src/styles/common.less
+++ b/src/styles/common.less
@@ -10,3 +10,7 @@ html,
padding: 0;
height: 100%;
}
+
+.t-layout {
+ background: transparent !important;
+}
diff --git a/src/views/ExampleView/ExampleView.vue b/src/views/ExampleView/ExampleView.vue
index cce3990..b43b08b 100644
--- a/src/views/ExampleView/ExampleView.vue
+++ b/src/views/ExampleView/ExampleView.vue
@@ -2,8 +2,16 @@
- ExampleView
+ ExampleView