修改环境配置,根据配置自动选中后端地址,不需要再手动更改
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
window.BACKEND_ADDRESS = "http://localhost:8080";
|
||||
//window.BACKEND_ADDRESS = "http://43.138.83.20:10001";
|
||||
//window.BACKEND_ADDRESS = "http://localhost:8080";
|
||||
window.BACKEND_ADDRESS = "http://43.138.83.20:10001";
|
||||
window.BACKEND_TIMEOUT = 10000;
|
||||
Reference in New Issue
Block a user