Parcourir la source

公众号支付

xiongzhu il y a 4 ans
Parent
commit
55a9682eb2
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      src/main/nine-space/src/router/index.js

+ 3 - 1
src/main/nine-space/src/router/index.js

@@ -346,5 +346,7 @@ router.beforeEach((to, from, next) => {
         next();
         next();
     }
     }
 });
 });
-
+router.afterEach((to, from) => {
+    jsapiSign();
+});
 export default router;
 export default router;