|
@@ -65,7 +65,6 @@ router.beforeEach((to, from, next) => {
|
|
|
a.target = '_blank'
|
|
|
a.click();
|
|
|
document.body.removeChild(a);
|
|
|
- window.URL.revokeObjectURL(url);
|
|
|
// let tempPage = window.open('', '_blank');
|
|
|
// tempPage.location="/boss-data-kanban";
|
|
|
}
|
|
@@ -97,7 +96,6 @@ router.beforeEach((to, from, next) => {
|
|
|
a.target = '_blank'
|
|
|
a.click();
|
|
|
document.body.removeChild(a);
|
|
|
- window.URL.revokeObjectURL(url);
|
|
|
// let tempPage = window.open('', '_blank');
|
|
|
// tempPage.location="/boss-data-kanban";
|
|
|
return
|