|
@@ -6,8 +6,8 @@ let name = {
|
|
1: '游戏账号失败列表:',
|
|
1: '游戏账号失败列表:',
|
|
}
|
|
}
|
|
var time: any = null
|
|
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 }) {
|
|
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
|
|
const { qqVisible, callBack, adAppType, smType, title, isOld } = props
|
|
let [visible, setVisible] = useState(false)
|
|
let [visible, setVisible] = useState(false)
|