feat: 增加美团抖音扫码核销

This commit is contained in:
2025-03-07 19:29:10 +08:00
parent 63a4ed9e73
commit cec6ea62df
7 changed files with 600 additions and 6 deletions

View File

@@ -193,9 +193,7 @@ function handleLogin() {
.then(async (res) => {
await userStore.getUserInfo();
await $douyin_checkIn();
const { path, queryParams } = parseRedirect();
console.log(res, "Denglv返回");
router.push({ path: path, query: queryParams });
})
.catch(() => {