fix: 重写耗材模块

This commit is contained in:
2025-03-07 18:53:31 +08:00
parent 73057865da
commit 739f4a1062
67 changed files with 3610 additions and 1563 deletions

View File

@@ -192,6 +192,7 @@ function handleLogin() {
.login(user)
.then(async (res) => {
await userStore.getUserInfo();
await $douyin_checkIn();
const { path, queryParams } = parseRedirect();
console.log(res, "Denglv返回");