|
@@ -88,10 +88,7 @@ const toDetail = item => {
|
|
|
// },
|
|
|
// });
|
|
|
|
|
|
- const url = location.href.split("#")[0] +'#/analysis_detail';
|
|
|
- localStorage.setItem('analysis_detail', JSON.stringify({
|
|
|
- offset: item.offset
|
|
|
- }));
|
|
|
+ const url = location.href.split("#")[0] +'#/analysis_detail?offset=' + item.offset;
|
|
|
window.open(url, '_blank');
|
|
|
};
|
|
|
const getlist = search => {
|