From 531ec703529b6d096bb271bfecff4f5910f62afe Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 09 Apr 2021 09:05:08 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfpt-Vue

---
 src/views/healthcode/healthcode.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/healthcode/healthcode.vue b/src/views/healthcode/healthcode.vue
index 343e725..0689cdd 100644
--- a/src/views/healthcode/healthcode.vue
+++ b/src/views/healthcode/healthcode.vue
@@ -191,7 +191,7 @@
         recorder: null,
       };
     },
-    mounted:{
+    mounted(){
 
     },
     computed: {
@@ -251,7 +251,7 @@
       getHealthcodeType(){
           if (this.$route.query.type != undefined) {
               var type = this.$route.query.type+"";
-              this.$route.query = {};
+              //this.$route.query = {};
               return type;
           }
       },

--
Gitblit v1.9.3