From 166c6109778f288304188affabfecaa9c4c44327 Mon Sep 17 00:00:00 2001 From: eric Date: Wed, 10 Sep 2025 11:03:14 +0800 Subject: [PATCH] 'ss' --- .env.production | 2 +- config/prod.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: {