From 3e970c59ecb999d0ee1aa55c3221bc77e0d0d96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com> Date: Tue, 14 Sep 2021 17:57:02 +0800 Subject: [PATCH] =?UTF-8?q?copy=20=E7=99=BB=E5=BD=95=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E5=88=B0header=E7=BB=84=E4=BB=B6=E4=B8=AD?= =?UTF-8?q?=E5=B9=B6=E4=BF=9D=E5=AD=98=E6=9C=AA=E5=B0=81=E8=A3=85=E5=89=8D?= =?UTF-8?q?=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/header/index.vue | 3 + src/views/index copy.vue | 334 ++++++++++++++++++++++++++ src/views/index.vue | 3 - 3 files changed, 337 insertions(+), 3 deletions(-) create mode 100644 src/views/index copy.vue diff --git a/src/views/components/header/index.vue b/src/views/components/header/index.vue index 1ba8213..a8062d0 100644 --- a/src/views/components/header/index.vue +++ b/src/views/components/header/index.vue @@ -55,6 +55,9 @@ export default { }; }, methods: { + handlePage(flag) { + this.$router.push({ path: '/login', query: { status: flag } }); + }, handlePath(path) { this.path = path; this.$router.push({ path }); diff --git a/src/views/index copy.vue b/src/views/index copy.vue new file mode 100644 index 0000000..6b7578c --- /dev/null +++ b/src/views/index copy.vue @@ -0,0 +1,334 @@ + + + + + diff --git a/src/views/index.vue b/src/views/index.vue index 1ecc60f..c936222 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -130,9 +130,6 @@ export default { // }); // window.open(routerJump.href, '_blank'); }, - handlePage(flag) { - this.$router.push({ path: '/login', query: { status: flag } }); - }, handlePath(path) { this.path = path; this.$router.push({ path });