From 207c5f70f70c9820adb4168c588e0f30912f1084 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 11 Apr 2024 11:08:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-admin/.env.production | 2 +- litemall-admin/vue.config.js | 2 +- litemall-core/src/main/resources/application-core.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/litemall-admin/.env.production b/litemall-admin/.env.production index 4c05b96..30ddf34 100644 --- a/litemall-admin/.env.production +++ b/litemall-admin/.env.production @@ -4,5 +4,5 @@ NODE_ENV = production ENV = 'production' # base api -VUE_APP_BASE_API = 'https://www.example.com/admin' +VUE_APP_BASE_API = 'http://litemall.51jingcheng.com/api/admin' diff --git a/litemall-admin/vue.config.js b/litemall-admin/vue.config.js index 2bd2e20..7954d15 100644 --- a/litemall-admin/vue.config.js +++ b/litemall-admin/vue.config.js @@ -31,7 +31,7 @@ module.exports = { devServer: { proxy: { '/admin': { - target: 'http://localhost:8080' + target: 'http://litemall.51jingcheng.com/api' }, }, port: port, diff --git a/litemall-core/src/main/resources/application-core.yml b/litemall-core/src/main/resources/application-core.yml index 7300e9b..eda59f8 100644 --- a/litemall-core/src/main/resources/application-core.yml +++ b/litemall-core/src/main/resources/application-core.yml @@ -1,8 +1,8 @@ litemall: # 开发者应该设置成自己的wx相关信息 wx: - app-id: wxa5b486c6b918ecfb - app-secret: e04004829d4c383b4db7769d88dfbca1 + app-id: wx1952b20af5f9683c + app-secret: b2bcfc2d3f40aedf923593350b6ed786 mch-id: 111111 mch-key: xxxxxx notify-url: http://www.example.com/wx/order/pay-notify