vue project jump page does not refresh problem

vue project needs to be exported to download customer data because too much data is too slow response. Background direct upload to seven cattle then returned to the front end of a download link to download hoplinks

       riskManagementApi.friendExprotAll ( the this .ids) .then ((RES) => { 
      
          the console.log (RES) 
          window.location.href = RES 
         
          the this . message.success $ ( ' Congratulations, the export succeeds ' ) 
        })

 

Guess you like

Origin www.cnblogs.com/lpp-11-15/p/11720737.html