12345678910111213141516171819202122232425262728293031323334353637383940 |
- var config = {
-
- baseUrl: 'https://xty-api.wucits.com',
-
- imgDomain: 'https://pocket.linpeng2023.top/',
-
- h5Domain: 'https://pocket.linpeng2023.top/',
-
- mpKey: '{{$mpKey}}',
-
- webSocket: '{{$webSocket}}',
-
- pingInterval: 1500,
-
- version: '5.1.7',
-
-
-
-
-
-
-
-
-
-
- schoolBaseData : {
- baseUrl : 'http://ye-api.wucits.com',
- redirectUrl : 'http://ye-desk.wucits.com',
- client_id: 'dinguutpiwus2wbjavyz',
- },
- };
- export default config;
|