shenwu 11 달 전
부모
커밋
614e020a58
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/pages/launchSystemNew/account/components/qqAuto.tsx

+ 2 - 2
src/pages/launchSystemNew/account/components/qqAuto.tsx

@@ -6,8 +6,8 @@ let name = {
     1: '游戏账号失败列表:',
 }
 var time: any = null
-// let api = "http://47.99.157.216:8023"
-let api = "http://127.0.0.1:8023"
+let api = "http://47.99.157.216:8023"
+// let api = "http://127.0.0.1:8023"
 function QQAuth(props: { qqVisible: boolean, callBack: () => void, adAppType: 0 | 1, title: string, smType?: "QQ" | "WX", isOld?: boolean }) {
     const { qqVisible, callBack, adAppType, smType, title, isOld } = props
     let [visible, setVisible] = useState(false)