Browse Source

关注公众号修改

zjm 5 years ago
parent
commit
c50023fdd7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/templates/testShare.html

+ 1 - 1
src/main/resources/templates/testShare.html

@@ -235,7 +235,7 @@
235
             });
235
             });
236
         };
236
         };
237
         $("#goWeChat").on('click',function(){
237
         $("#goWeChat").on('click',function(){
238
-        	window.location.href='https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzUxNTE3ODE5MA==&scene=126#wechat_redirect';
238
+        	window.location.href='https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzA5OTM2MTQxOA==&scene=126#wechat_redirect';
239
         })
239
         })
240
     });
240
     });
241
 </script>
241
 </script>