This commit is contained in:
zhangds 2023-06-15 11:11:03 +08:00
commit ac83f22fc2
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ if (process.env.NODE_ENV == "development") {
window.baseurl = "http://test.marketapi.1688sup.com";
unifiedApi = "http://api.test.user.1688sup.com/v1";
window.unifiedUrl = "http://test.user.1688sup.com/#/login";
// unifiedApi = "http://192.168.7.127:8000/v1";
// window.unifiedUrl = "http://192.168.7.200:8888/#/login";
}
const upload = (method, url, params, responseType) => {