Commit f5867c20 authored by tywldx's avatar tywldx

f

parent 40a1f241
...@@ -2,7 +2,8 @@ let protocol = window.location.protocol ...@@ -2,7 +2,8 @@ let protocol = window.location.protocol
module.exports = { module.exports = {
api: protocol + "//passportapi2.domain.com", api: protocol + "//passportapi2.domain.com",
weixinAppid: 'wx89894cd83d117b26', weixinAppid: 'wx89894cd83d117b26',
weixinUri: protocol + '//wechattest.domain.com/wechat/receiveCode/extdata/', //h5-q-gp.com固定地址,不允许修改成namespace。因为线上公众号授信域名为h5.q-gp.com
weixinUri: protocol + '//h5.q-gp.com/wechat/receiveCode/extdata/',
test: true, test: true,
domain: "passport.domain.com" domain: "passport.domain.com"
}; };
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment