Commit cbfa010e by lijiabin

【需求 22261】 chore: 删除无用参数

parent 69452081
......@@ -9,7 +9,7 @@ const DEFAULT_SHARE_IMAGE =
'https://res.mail.qq.com/node/ww/wwmng/style/images/index_share_logo$13c64306.png'
const getCurrentShareUrl = () =>
`https://open.weixin.qq.com/connect/oauth2/authorize?appid=ww42a2d34b42b8d721&redirect_uri=${location.href}&response_type=code&scope=snsapi_base&state=system#wechat_redirect`
`https://open.weixin.qq.com/connect/oauth2/authorize?appid=ww42a2d34b42b8d721&redirect_uri=${location.href}&response_type=code&scope=snsapi_base#wechat_redirect`
interface IShareWxOption {
title: string
......
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