Parcourir la source

增加退押原因

(cherry picked from commit ba955fea35d4d6670205bd7ea42e71a268b0abe3)
xiongzhu il y a 5 ans
Parent
commit
da72045ba7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/zmj_mp/src/router.js

+ 1 - 1
src/main/zmj_mp/src/router.js

@@ -224,7 +224,7 @@ router.beforeEach((to, from, next) => {
                 console.log(e);
                 localStorage.removeItem('token');
                 if (new URLSearchParams(window.location.search).get('token') !== 'true') {
-                    //window.location = '/wx/redirect';
+                    window.location = '/wx/redirect';
                 }
             });
     } else {