ServergatewaylistConf.ts 623 B

123456789101112131415161718
  1. export namespace ServergatewaylistConf {
  2. export const data = {
  3. "debug": {
  4. "Type": "debug",
  5. "Desc": "测试地址",
  6. "GateWayUrl": "http://172.31.244.30/login_new.php",
  7. "Url1": "http://172.31.244.30/login_new.php",
  8. "Url2": "http://172.31.244.30/login_new.php",
  9. "Url3": "http://172.31.244.30/login_new.php",
  10. "PlatForm": 1,
  11. "NeedLvRep": 0,
  12. "NeedLoginRep": 0,
  13. "UseAlLogin": 0,
  14. "UseObb": 0,
  15. "UpdateOpen": 0
  16. }
  17. };
  18. }