|
@@ -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 }) {
|
|
|
const { qqVisible, callBack } = props
|
|
|
let [visible, setVisible] = useState(false)
|