Merge branch 'searchV2.3.8' of https://codeup.aliyun.com/5f9118049cffa29cfdd3be1c/marketing/frontend into searchV2.3.8
This commit is contained in:
commit
ac83f22fc2
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue