|
@@ -29,7 +29,7 @@ const router = useRouter()
|
|
|
const params = router.currentRoute.value.params;
|
|
|
|
|
|
const toHome = () => {
|
|
|
- window.open('https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxbde6b16acad84204&redirect_uri=https://staticweb.hnthyy.cn/wxserver/redirect/page&response_type=code&scope=snsapi_base&state=1#wechat_redirect')
|
|
|
+ window.open('https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx85bf3fd255d86750&redirect_uri=https://huaihai-tech.com/wxserver/redirect/page&response_type=code&scope=snsapi_base&state=1#wechat_redirect')
|
|
|
}
|
|
|
|
|
|
const closePage = () => {
|