Przeglądaj źródła

公众号支付

xiongzhu 4 lat temu
rodzic
commit
55a9682eb2
1 zmienionych plików z 3 dodań i 1 usunięć
  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;