diff --git a/src/views/pictureOnMap/TopTab/index.vue b/src/views/pictureOnMap/TopTab/index.vue index 4366f9e..0d33dc4 100644 --- a/src/views/pictureOnMap/TopTab/index.vue +++ b/src/views/pictureOnMap/TopTab/index.vue @@ -150,7 +150,11 @@ return days[new Date().getDay()]; }); -const Tojiance = () => {}; +const Tojiance = () => { + localStorage.setItem('WB_Brad_in_actived', 1); + let herf = `${window.location.origin}/MonitoringAssets/MonitorAssetsOnMap`; + window.open(herf, '_self'); +}; function weatherForecast() { let type = 4; let time = moment().format('YYYY-MM-DD');