| | |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/Video/video') |
| | | } |
| | | , { |
| | | }, { |
| | | path: 'history/:historyId', |
| | | name: '设备历史', |
| | | meta: { |
| | |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/policeTracking/policeTracking') |
| | | }] |
| | | }, { |
| | | path: '/healthcode', |
| | | component: Layout, |
| | | redirect: '/healthcode/healthcodePage', |
| | | children: [{ |
| | | path: 'healthcodePage', |
| | | name: '健康码', |
| | | meta: { |
| | | i18n: 'healthcode' |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/healthcode/healthcode') |
| | | }] |
| | | } |
| | | |
| | | |
| | |
| | | this.loading = false; |
| | | this.selectionClear(); |
| | | }); |
| | | }, |
| | | handleHealthcode(row) { |
| | | this.$router.push({ path: `/healthcode/healthcode/${row.deviceNumber}` }); |
| | | } |
| | | } |
| | | }; |
| | |
| | | path: `/real/history/000000000003` |
| | | }); |
| | | }, |
| | | handleStartHealthcode(){ |
| | | handleStartHealthcode(data){ |
| | | this.$router.push({ |
| | | path: `/healthcode/healthcode/1` |
| | | path: `/healthcode/healthcodePage?status=`+data.status+'&type='+data.type |
| | | }); |
| | | } |
| | | |