Fix create profile

This commit is contained in:
2024-12-10 11:11:45 +08:00
parent 8f5acae10d
commit b2e48ba06c
4 changed files with 96 additions and 50 deletions

View File

@@ -54,7 +54,7 @@ function TableStatus({ listPublish }: { listPublish: any }) {
useShallowEffect(() => {
if (typeof window !== "undefined") {
console.log(window.location.origin);
// console.log(window.location.origin);
setOrigin(window.location.origin);
}
}, [setOrigin]);