From dcaeedcad7a96fe9121978c1ccd928e32fa0956a Mon Sep 17 00:00:00 2001
From: maochaoying <925670706@qq.com>
Date: Sun, 8 Oct 2023 11:45:50 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E8=B7=AF=E7=94=B1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 6 ++-
src/assets/img/tab/shiyan2.png | Bin 0 -> 552 bytes
src/pages/Home.vue | 81 +++++++++++++++++++++++++++++++++++++++--
src/pages/Main.vue | 9 +++++
src/router/index.js | 4 +-
5 files changed, 92 insertions(+), 8 deletions(-)
create mode 100644 src/assets/img/tab/shiyan2.png
create mode 100644 src/pages/Main.vue
diff --git a/src/App.vue b/src/App.vue
index 4d73cf6..228e362 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,7 +1,9 @@
-
+
-
+
diff --git a/src/assets/img/tab/shiyan2.png b/src/assets/img/tab/shiyan2.png
new file mode 100644
index 0000000000000000000000000000000000000000..2d8de7b7eb487458f8fa582765cb2697af9340ba
GIT binary patch
literal 552
zcmV+@0@wYCP)Px#1am@3R0s$N2z&@+hyVZq(n&-?R7i={SHW?@Fc4h10!mN^p@XOc+(BFd9mJ`?
zB{)=&P=TQW(}C$Abg+3?8icH~Wa3YDMl+y0?Vb+lbSPwkqyex4umzy)0D!9<7XU}4
z)G3!UCAc9uFdt@CSxK$1%L
z4@vE<={#F6iU*<&m1nOL!h6rxMC`pJ+(ev*z^AeSl$Lz!J_mk-5L_LK#v+{TItMnG
zIcVU1s^4e0^b%pE)CJ?cmhkQ(oZIcd)QOCM>BFd{-`2q_74^i+8Qun*o@9qEO`jB(
zcHI{Mq*NaMDh%L5nAggt^DQu(l~SK82!rGOehH?JYjFQBD2~tAE|_04)fIr(VEO=#
z#XW{<4N-x6C?Hpv@W4F-iQ`rPI0;6>%x)qEds~cPKDzQIVW9WME)Y$XOyeB88K>q6
zVW}FDenm{|x?U)ndKOK%Al6|FeC)kkBT(63jT-^iAc)4Z$7za6&$dtOr1pGcFO&S}
z@Ue&Pf_dq_`_SH+)|;1`y+9;PT|3o?qV?9e_O?xm&IGaqCP|9?e-hWl5htK>oNTJL
q7#|aZv3YRgiu<3ovr_6ihw~TzwbCVj6N{4o0000
-
-
+
+
+
+
+
+
+
+
![]()
+
+
实验操作
+
+
+
+
+
+
![]()
+
+
操作记录
+
+
+
+
+
+
![]()
+
+
预设管理
+
+
+
+
![]()
+
+
用户管理
+
+
diff --git a/src/router/index.js b/src/router/index.js
index a320e7a..e765eee 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -1,12 +1,12 @@
import { createRouter, createWebHashHistory } from 'vue-router'
-const Home = () => import('@/pages/Home')
+const Main = () => import('@/pages/Main')
// 配置路由信息
const routes = [
{
path: '/',
- component: Home,
+ component: Main,
},
]