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.
spms-vue/public/config.js

21 lines
393 B
JavaScript

3 years ago
window.global_config = {
// "BASE_URL":"http://127.0.0.1:9996",
// "BASE_URL":"http://139.159.187.130/SPMS_SERVER/",
2 years ago
// "BASE_URL": "http://139.159.187.130:8980",
3 years ago
2 years ago
//
// "BASE_URL":"http://192.168.192.201/SPMS_SERVER",
// "SERVER_IP": "http://192.168.192.201/SPMS_SERVER"
3 years ago
2 years ago
"BASE_URL":"http://127.0.0.1:9906",
"SERVER_IP": "http://127.0.0.1:9906"
3 years ago
};