From c36a033b53860a67286ca6653a871ef980731ad1 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang
Date: Sat, 15 May 2021 16:49:07 +0800
Subject: [PATCH] 店员门店管理

---
 src/views/main/product.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/main/product.vue b/src/views/main/product.vue
index b47345a..c84e311 100644
--- a/src/views/main/product.vue
+++ b/src/views/main/product.vue
@@ -101,7 +101,7 @@
             alert("codeId:"+codeId);
             if(codeId == undefined) {
                 var strUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=" + "wx594ab33e0466eccf" +
-                    "&redirect_uri=" + "https%3a%2f%2fsie.jycash.cn%2fsib_wx_scored%2f%23%2f" + "&response_type=code&scope=snsapi_userinfo" + "#wechat_redirect";
+                    "&redirect_uri=" + "https%3a%2f%2fsie.jycash.cn%2fsib_wx_scoreg%2f%23%2f" + "&response_type=code&scope=snsapi_userinfo" + "#wechat_redirect";
                 window.location.href = strUrl;
             }else if(openId ==  undefined){
                 this.$api.getWeChatUserInfo({"code":codeId}).then(

--
Gitblit v1.8.0