From 71d9388c0f16a0e878fab4e935380f33835458f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A5=E5=B1=A5=E4=B8=8D=E5=81=9C?= <1873501479@qq.com> Date: Tue, 9 Aug 2022 22:12:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9E=E6=97=B6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=95=8C=E9=9D=A2=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD?= =?UTF-8?q?3+=E5=BC=80=E5=B1=8F=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 18 +++++------ src/App.vue | 15 +++++++-- src/views/Login.vue | 78 +++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 96 insertions(+), 15 deletions(-) diff --git a/public/index.html b/public/index.html index 51f0153..77c9203 100644 --- a/public/index.html +++ b/public/index.html @@ -1,17 +1,17 @@ - + 安检设备综合管理平台 - - - -
- - + + + +
+ diff --git a/src/App.vue b/src/App.vue index e4f9c6e..71d6b1b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,6 +12,11 @@ export default { components: { // NewsDialog }, + data() { + return { + show: false + } + }, computed: { deviceId() { return this.$store.state.dataPageData.deviceId @@ -36,16 +41,20 @@ export default { }, deep: true } + }, + created() { + } } diff --git a/src/views/Login.vue b/src/views/Login.vue index 6abb328..c37db3e 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -1,7 +1,14 @@ - +