南昌市物联网技防平台-前端
Administrator
2021-03-19 55fa686cc01e9cabeb16a11d4b10f7934ec8afba
健康码调整传参
1 files modified
4 ■■■ changed files
src/views/home/home.vue 4 ●●● 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
        });
      }