From 9cfa93972240f219d24b786119ccb31133d7bdd8 Mon Sep 17 00:00:00 2001 From: eric Date: Tue, 9 Sep 2025 23:04:54 +0800 Subject: [PATCH] 's' --- .env.production | 2 +- config/index.js | 4 +--- config/prod.js | 2 +- src/pages/index/index.jsx | 4 ++-- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.env.production b/.env.production index 9ffa116..ea683fb 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ # process.env.TARO_API_API="https://api.nomadcna.com" -process.env.TARO_API_API="https://api.hackrobot.cn" +process.env.TARO_API_API="https://payjs.dsx2020.com" diff --git a/config/index.js b/config/index.js index b9d81d9..bd89600 100644 --- a/config/index.js +++ b/config/index.js @@ -116,9 +116,7 @@ const config = { // port: 10087, // 选择一个适当的端口号 proxy: { "/api/": { - // target: JSON.parse('"http://localhost:8200"'), //本地调试端口 - target: JSON.parse('"http://192.168.31.222:8200"'), //本地调试端口 - + target: JSON.parse('"http://localhost:8700"'), //本地调试端口 pathRewrite: { "^/api/": "/", }, diff --git a/config/prod.js b/config/prod.js index d0110a3..7e6af69 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://api.hackrobot.cn") + 'process.env.TARO_API_API': JSON.stringify("https://payjs.dsx2020.com") }, mini: {}, h5: { diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index 9101729..315e7f0 100644 --- a/src/pages/index/index.jsx +++ b/src/pages/index/index.jsx @@ -532,8 +532,8 @@ const Index = () => { return false; } else { if (!!isWeChat) { - //58元 - payh5("vip", 100); + //19.8元 + payh5("vip", 19800); } else { window.location.href = `https://mp.weixin.qq.com/s/16xcMIgxEEGBPY7fanNq0g`; }