123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- const PLATFROM_CONFIG = {
- baseNewUrl: "http://120.26.64.82:8093/",
- baseUrl: "http://120.26.64.82:8095/",
- appKeyString: "9inu7zpllz1folzsljm498dcpi0lsog1",
- appId: "q7kdjmmaf0kerwpf",
- baseURLCA: "http://10.211.67.163:16300",
- baggageMessageURL: "/openApi/query",
- };
- const LOOP_INTERVAL = {
- arrivalTable: 5 * 1000,
- departureTable: 5 * 1000,
- transferArrivalTable: 5 * 1000,
- transferDepartureTable: 5 * 1000,
- baggageTrack: 5 * 1000,
- baggageDetails: 5 * 1000,
- baggageMessage: 15 * 1000,
- };
- const DATACONTENT_ID = {
-
- loginId: 36,
-
- authTreeId: 40,
- authTreeNewId: 92,
-
- appTableId: 39,
-
- accountTableId: 78,
- accountRoleId: 43,
- accountDetailsId: 45,
-
- accountGroupTableId: 18034,
- accountGroupSelId: 18035,
- accountGroupDetailsId: 18036,
-
- roleTableId: 59,
- roleTableNId: 63,
- roleTableNewId: 91,
- roleDetailsId: 62,
- roleAuthId: 42,
-
- airlineTableId: 80,
- airportTreeId: 58,
- airportTableId: 79,
- terminalTableId: 1803432,
- airpositTableId: 1803433,
- deployNodeId: 54,
- modelMainNodeId: 1803434,
- shippingNodeId: 1803435,
- containerNodeId: 1803436,
- bagTableId: 55,
- equipmentNodeId: 1803437,
- forwarderNodeId: 1803438,
-
- sysProtoTabId: 1,
- structureTabId: 5,
- sourceDataTabId: 6,
- dataitemTabId: 9,
- sysLogTable: 12,
- sysServiceWarningId: 18029,
- sysServiceWarnId: 18030,
- sysServiceStrategyId: 18033,
- sysQueryEditId: 24,
- sysQueryChildTabId: 25,
- sysQueryChildEditTabId: 26,
- messageQueryTabId: 1803442,
-
- dataSourceOptions: 13,
- serviceOptions: 14,
- protocolOptions: 15,
- machineOptions: 17,
- dataStructOptions: 18,
- templateOptions: 19,
- booleanOptions: 20,
- filteredTemplateOptions: 21,
- sysServiceTable: 2,
- sysServiceMachineTable: 3,
- sysServiceOutTable: 7,
- sysServiceDetail: 23,
- sysServiceTopologyTable: 31,
- sysServiceTopology: 32,
-
- flightTabId: 1803439,
- waybillTabId: 1803441,
- goodsTabId: 1803440,
- };
- const SERVICE_ID = {
- sysQueryTabId: 5,
-
- authScId: 13,
-
- appScId: 12,
-
- accountScId: 17,
- roleScId: 16,
-
- roleMsgId: 14,
- roleMsgTreeId: 15,
- roleMsgAuthId: 20,
-
- accountGroupScId: 8015,
-
- sysServiceEdit: 3,
- sysServiceAddXyId: 10,
- };
|