shenwu 2 rokov pred
rodič
commit
bed902422a

+ 1 - 1
src/pages/launchSystemNew/account/index.tsx

@@ -74,7 +74,7 @@ const AdAuthorize: React.FC = () => {
                             }
                         }} />
                         {/* <Button onClick={getList} type='primary'>搜索</Button> */}
-                        {/* <Button type='primary' onClick={()=>setVisible(true)}>广告账号授权</Button> */}
+                        <Button type='primary' onClick={()=>setVisible(true)}>广告账号授权</Button>
                     </Space>}
                 />
             </div>

+ 2 - 2
src/pages/launchSystemNew/account/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 }) {
     const { qqVisible, callBack } = props
     let [visible, setVisible] = useState(false)