| src/views/home/home.vue | ●●●●● patch | view | raw | blame | history |
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 }); }