Commit 8965031d authored by 周宏民's avatar 周宏民

fix: 修改信息扫码登录 样式文件地址

parent dbc7820a
Pipeline #96534 waiting for manual action with stages
...@@ -17,7 +17,7 @@ const useWeCom = props => { ...@@ -17,7 +17,7 @@ const useWeCom = props => {
agentid: props.agentid || AGENTID_CLOUD, agentid: props.agentid || AGENTID_CLOUD,
redirect_uri: props.redirect_uri || encodeURIComponent(window.location.href), redirect_uri: props.redirect_uri || encodeURIComponent(window.location.href),
// redirect_uri: 'https://panda-water.cn/', // redirect_uri: 'https://panda-water.cn/',
href: props.href || 'https://panda-water.cn/web4/styles/wxNew.css', href: props.href || 'https://panda-water.cn/wxNew.css',
self_redirect: false, self_redirect: false,
state: props.state || 'STATE', state: props.state || 'STATE',
}); });
......
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