소스 검색

fix: update

Before 10 달 전
부모
커밋
826bbb8b55
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app/[locale]/affiliate/summary/page.tsx

+ 1 - 1
src/app/[locale]/affiliate/summary/page.tsx

@@ -29,7 +29,7 @@ const App: FC<Props> = (props) => {
     const { userInfo } = useUserInfoStore();
     const token = getToken();
     const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL;
-    const shareUrl = `http://206.168.191.126:8800/${locale}/${userInfo ? userInfo.referrer_code : "xxxxxx"}`;
+    const shareUrl = `${BASE_URL}/${locale}/${userInfo ? userInfo.referrer_code : "xxxxxx"}`;
     const TIME = 180000;
     const [todayData, setTodayData] = useState<UserAgentToDayInfo>({
         commissar: 0,