feat: 商品同步规则优化

This commit is contained in:
GaoHao
2025-04-11 17:57:35 +08:00
parent 688f30635b
commit cc13161f16
9 changed files with 76 additions and 11 deletions

View File

@@ -172,7 +172,7 @@ function handleLogin() {
setDouyinToken(checkInfo.userInfo.token);
});
localStorage.removeItem("shopName")
let resData = await $API_login.getPermission()
const { path, queryParams } = parseRedirect();
console.log(path, queryParams);