浏览代码

晓华demp

xiuli.gao 2 年之前
父节点
当前提交
b2cb32d518
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      qwh5/dist/index.html
  2. 1 1
      qwh5/dist/js/app.1d55d20d.js
  3. 1 1
      qwh5/dist/js/xh_demo.0d8d2cf5.js
  4. 1 1
      qwh5/src/views/xh_demo.vue

文件差异内容过多而无法显示
+ 1 - 1
qwh5/dist/index.html


文件差异内容过多而无法显示
+ 1 - 1
qwh5/dist/js/app.1d55d20d.js


文件差异内容过多而无法显示
+ 1 - 1
qwh5/dist/js/xh_demo.0d8d2cf5.js


+ 1 - 1
qwh5/src/views/xh_demo.vue

@@ -14,7 +14,7 @@ onBeforeMount(() => {//组件挂载之前
14 14
     customer_test()
15 15
   } else {//获取用户信息
16 16
     let redirect_uri = encodeURIComponent(window.location.href + '&againJump=true')
17
-    let url = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${authInfo.corpid}&redirect_uri=${redirect_uri}&response_type=code&scope=snsapi_base&state=1&agentid=1000012#wechat_redirect`;
17
+    let url = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${getQueryString('corpid')}&redirect_uri=${redirect_uri}&response_type=code&scope=snsapi_base&state=1&agentid=1000012#wechat_redirect`;
18 18
     goUrl(url)
19 19
     // getWxConfig('', (authInfo) => {
20 20