Update api.js
This commit is contained in:
parent
91d9db1ee1
commit
e79f1ab9bc
|
@ -8,7 +8,7 @@ if (process.env.NODE_ENV == "test"||process.env.NODE_ENV == "development") { //
|
||||||
window.baseurl = 'http://192.168.6.75';
|
window.baseurl = 'http://192.168.6.75';
|
||||||
}
|
}
|
||||||
if (process.env.NODE_ENV == "production") { // 生成环境
|
if (process.env.NODE_ENV == "production") { // 生成环境
|
||||||
baseurl = "http://pre.marketapi.1688sup.com"
|
baseurl = "https://marketapi.1688sup.com"
|
||||||
}
|
}
|
||||||
// export let HOST = host;
|
// export let HOST = host;
|
||||||
// export let API_URL = api_url;
|
// export let API_URL = api_url;
|
||||||
|
|
Loading…
Reference in New Issue