You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
400 B
JavaScript
21 lines
400 B
JavaScript
window.global_config = {
|
|
// "BASE_URL":"http://127.0.0.1:9996",
|
|
// "BASE_URL":"http://139.159.187.130/SPMS_SERVER/",
|
|
|
|
"BASE_URL": "http://139.159.187.130:8080",
|
|
|
|
/**
|
|
"BASE_URL":"http://192.168.192.201/SPMS_SERVER",
|
|
"SERVER_IP": "http://192.168.192.201/SPMS_SERVER"
|
|
|
|
|
|
"BASE_URL":"http://192.168.0.109:9996",
|
|
"SERVER_IP": "http://192.168.0.109:9996"
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
};
|