Browse Source

公众号支付

xiongzhu 4 years ago
parent
commit
55a9682eb2
1 changed files with 3 additions and 1 deletions
  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();
     }
 });
-
+router.afterEach((to, from) => {
+    jsapiSign();
+});
 export default router;