const environments = { 'local': { httpBaseUri: 'http://localhost:8083', clientId: '', secret: '', tenantId: '', appDownloadUri: 'http://xxx/app/', websocketUrl: '', type: 'dev' }, 'dev': { httpBaseUri: 'http://39.103.237.67:8083', clientId: '', secret: '', tenantId: '', appDownloadUri: 'http://xxx/app/', websocketUrl: '', type: 'dev' }, } // export default environments['local'] // export default environments['dev'] export default { httpBaseUri: 'http://localhost:8084', httpBaseUri: 'http://bio51-api.fixbug.fun', // https://api.bio1751.com/swagger-ui.html httpBaseUri: 'https://api.bio1751.com', httpBaseUri: 'http://localhost:8084', httpBaseUri: 'http://39.106.36.7:8081', // httpBaseUri: 'https://bewy-api.fixbug.fun', httpBaseUri: 'https://www.doggooo.com', // httpBaseUri: 'http://121.196.214.70', // httpBaseUri: 'http://localhost:8084', // httpBaseUri:'http://39.103.237.67:80', // //#ifndef H5-SERVERLOCAL // httpBaseUri: 'http://47.96.167.62:8083/', // //#endif clientId: '', secret: '', tenantId: '', appDownloadUri: 'http://xxx/app/', websocketUrl: '', type: 'dev' }