diff --git a/.env.production b/.env.production index fb37d23..e386b51 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ -process.env.TARO_API_API="https://payjs.dsx2020.com" +process.env.TARO_API_API="https://payjs.hackrobot.cn" # process.env.TARO_API_API="http://127.0.0.1:8700" diff --git a/config/prod.js b/config/prod.js index 7e6af69..ae1ad4b 100644 --- a/config/prod.js +++ b/config/prod.js @@ -3,7 +3,7 @@ module.exports = { NODE_ENV: '"production"' }, defineConstants: { - 'process.env.TARO_API_API': JSON.stringify("https://payjs.dsx2020.com") + 'process.env.TARO_API_API': JSON.stringify("https://payjs.hackrobot.cn") }, mini: {}, h5: {