Files
efc-workload-base-web/src/config/BaseWebConfig.js

7 lines
157 B
JavaScript
Raw Normal View History

2025-09-13 16:18:30 +08:00
const baseWebConfig ={
baseUrl: 'http://localhost:8080',
2025-10-20 15:43:13 +08:00
//baseUrl: 'http://43.138.83.20:10001',
2025-09-13 16:18:30 +08:00
timeout: 10000,
}
export default baseWebConfig;