From 62b8e63624a0c5b5d196b959fb023edf83379afa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E6=9D=83=E4=BC=9F?= <872046794@qq.com> Date: Fri, 2 Aug 2024 22:53:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuintAdmin/.env.development | 2 +- fuintAdmin/.env.production | 4 +- .../src/components/Fuint/QrCode/index.vue | 8 +- fuintAdmin/src/views/login.vue | 4 +- fuintAdmin/src/views/store/list.vue | 8 +- .../configure/dev/application.properties | 119 ------------------ .../configure/prod/application.properties | 108 ---------------- .../fuint/common/enums/MerchantTypeEnum.java | 6 +- .../fuint/common/service/WeixinService.java | 10 ++ .../service/impl/SendSmsServiceImpl.java | 2 +- .../service/impl/WeixinServiceImpl.java | 51 +++++++- .../controller/BackendMerchantController.java | 9 ++ .../controller/BackendStoreController.java | 2 - .../main/resources/application-dev.properties | 42 +++---- .../resources/application-prod.properties | 37 +++--- .../src/main/resources/application.properties | 3 +- 16 files changed, 118 insertions(+), 297 deletions(-) delete mode 100644 fuintBackend/configure/dev/application.properties delete mode 100644 fuintBackend/configure/prod/application.properties diff --git a/fuintAdmin/.env.development b/fuintAdmin/.env.development index b3e75d6..5ee09c2 100644 --- a/fuintAdmin/.env.development +++ b/fuintAdmin/.env.development @@ -12,4 +12,4 @@ VUE_APP_PUBLIC_PATH = '/' # 后端接口地址 #VUE_APP_SERVER_URL = 'http://127.0.0.1:8999/' -VUE_APP_SERVER_URL = 'http://192.168.10.70:8999/' +VUE_APP_SERVER_URL = 'http://192.168.10.15:8999' diff --git a/fuintAdmin/.env.production b/fuintAdmin/.env.production index a27ec9d..cbd2d59 100644 --- a/fuintAdmin/.env.production +++ b/fuintAdmin/.env.production @@ -5,10 +5,10 @@ VUE_APP_TITLE = 李学武牡丹瓷官方旗舰店 ENV = 'production' # 李学武牡丹瓷官方旗舰店/生产环境 -VUE_APP_BASE_API = '/dev-api' +VUE_APP_BASE_API = '/prod-api' # 发布目录 VUE_APP_PUBLIC_PATH = '/' # 后端接口地址 -VUE_APP_SERVER_URL = 'http://192.168.10.31:8999/' +VUE_APP_SERVER_URL = 'https://mdc.huamar.com/' diff --git a/fuintAdmin/src/components/Fuint/QrCode/index.vue b/fuintAdmin/src/components/Fuint/QrCode/index.vue index 9684ce6..46c7098 100644 --- a/fuintAdmin/src/components/Fuint/QrCode/index.vue +++ b/fuintAdmin/src/components/Fuint/QrCode/index.vue @@ -6,10 +6,10 @@
小程序:
-
-
h5:
- -
+ + + +