Update api.js

This commit is contained in:
姜棚 2022-02-14 10:39:26 +08:00
parent 91d9db1ee1
commit e79f1ab9bc
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if (process.env.NODE_ENV == "test"||process.env.NODE_ENV == "development") { //
window.baseurl = 'http://192.168.6.75';
}
if (process.env.NODE_ENV == "production") { // 生成环境
baseurl = "http://pre.marketapi.1688sup.com"
baseurl = "https://marketapi.1688sup.com"
}
// export let HOST = host;
// export let API_URL = api_url;