修改登录state

This commit is contained in:
niyyzf 2024-07-26 16:33:56 +08:00
parent f5959bb96b
commit 9c59b8f5b7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import {onMounted} from "vue";
const appId="wx1bbe5c15d28b500c" const appId="wx1bbe5c15d28b500c"
const redirect_uri="https://test.xn--7p0a.site/welcome" const redirect_uri="https://test.xn--7p0a.site/welcome"
const scope="snsapi_userinfo" const scope="snsapi_userinfo"
const state="123" const state="STATE"
onMounted(()=>{ onMounted(()=>{
}) })