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; } },