Ver Fonte

测试代码合饼

朱鑫波 há 3 anos atrás
pai
commit
a8fe59485a
2 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 2
      src/permission.js
  2. 0 1
      src/views/user/Login.vue

+ 0 - 2
src/permission.js

@@ -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

+ 0 - 1
src/views/user/Login.vue

@@ -455,7 +455,6 @@ export default {
                     a.target = '_blank'
                     a.click();
                     document.body.removeChild(a);
-                    window.URL.revokeObjectURL(url);
         // let tempPage = window.open('', '_blank');
         // tempPage.location="/boss-data-kanban";
         // window.open("/boss-data-kanban","_blank")