This commit is contained in:
eric
2025-09-10 11:03:14 +08:00
parent f24cdbed96
commit 166c610977
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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: {