123456789101112131415161718 |
- export namespace ServergatewaylistConf {
- export const data = {
- "debug": {
- "Type": "debug",
- "Desc": "测试地址",
- "GateWayUrl": "http://172.31.244.30/login_new.php",
- "Url1": "http://172.31.244.30/login_new.php",
- "Url2": "http://172.31.244.30/login_new.php",
- "Url3": "http://172.31.244.30/login_new.php",
- "PlatForm": 1,
- "NeedLvRep": 0,
- "NeedLoginRep": 0,
- "UseAlLogin": 0,
- "UseObb": 0,
- "UpdateOpen": 0
- }
- };
- }
|