From 55fa686cc01e9cabeb16a11d4b10f7934ec8afba Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 19 Mar 2021 10:36:28 +0800
Subject: [PATCH] 健康码调整传参
---
src/views/home/home.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/home/home.vue b/src/views/home/home.vue
index 0498503..4b02c53 100644
--- a/src/views/home/home.vue
+++ b/src/views/home/home.vue
@@ -25,6 +25,7 @@
},
mounted() {
window.handleStart = this.handleStart;
+ window.handleStartHealthcode = this.handleStartHealthcode;
},
methods: {
handleStart() {
@@ -34,7 +35,8 @@
},
handleStartHealthcode(data){
this.$router.push({
- path: `/healthcode/healthcodePage?status=`+data.status+'&type='+data.type
+ path: `/healthcode/healthcodePage`,
+ query: data
});
}
--
Gitblit v1.9.3