2 Commits
dev ... dsx2016

Author SHA1 Message Date
eric
f24cdbed96 'dd' 2025-09-09 14:43:21 +08:00
eric
31ff20f9d5 's' 2025-09-09 14:34:11 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1 +1,2 @@
process.env.TARO_API_API="https://api.nomadcna.com"
process.env.TARO_API_API="https://payjs.dsx2020.com"
# 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://web.hackrobot.cn")
'process.env.TARO_API_API': JSON.stringify("https://payjs.dsx2020.com")
},
mini: {},
h5: {