From eae119f033a088f3c74dd998f9438ebfbaa7cbda Mon Sep 17 00:00:00 2001 From: cun-nan <19819293608@163.com> Date: Fri, 5 Jan 2024 18:27:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuintAdmin/.env.development | 3 +- fuintAdmin/.env.production | 2 +- fuintAdmin/.env.staging | 2 +- .../src/views/convenienceStore/goodsFile.vue | 2 +- fuintAdmin/src/views/member/fixingLevel.vue | 76 +- fuintAdmin/src/views/member/index.vue | 16 +- fuintAdmin/src/views/staff/list.vue | 23 +- fuintAdmin/src/views/userGrade/index.vue | 4 +- fuintAdmin_zt/.env.development | 3 +- fuintAdmin_zt/.env.production | 2 +- fuintAdmin_zt/src/main.js | 2 +- fuintAdmin_zt/src/views/Site/index.vue | 13 + .../configure/dev/application.properties | 2 +- .../configure/prod/application.properties | 136 ++-- .../impl/MerchantConfigServiceImpl.java | 4 +- .../controller/IndexBannerController.java | 2 +- .../service/IndexBannerService.java | 2 +- .../service/impl/IndexBannerServiceImpl.java | 14 +- .../member/service/ILJStaffService.java | 3 + .../service/impl/LJStaffServiceImpl.java | 43 +- .../controller/QRCodeController.java | 4 +- .../service/ILJStoreService.java | 7 + .../service/IQRCodeService.java | 8 +- .../service/impl/LJStoreServiceImpl.java | 7 + .../service/impl/QRCodeServiceImpl.java | 20 +- .../controller/LJUserGradeController.java | 2 +- .../service/LJUserGradeService.java | 2 +- .../service/impl/LJUserGradeServiceImpl.java | 9 +- .../service/impl/LJUserServiceImpl.java | 4 +- .../fuint/common/service/AccountService.java | 13 +- .../service/impl/AccountServiceImpl.java | 13 +- .../dept/controller/SysDeptController.java | 31 +- .../system/dept/service/ISysDeptService.java | 6 + .../dept/service/impl/SysDeptServiceImpl.java | 8 + .../controller/BackendAccountController.java | 15 +- .../src/main/resources/application.properties | 6 +- .../java/com/fuint/paymentApplication.java | 7 + .../com/fuint/repository/model/TAccount.java | 2 + fuintCashierWeb/.env.development | Bin 288 -> 289 bytes fuintCashierWeb/.env.production | 2 +- gasStation-uni/package-lock.json | 649 +++++++++++++++++- gasStation-uni/pages/index/index.vue | 39 +- gasStation-uni/pages/refuel/refuel.vue | 39 +- 43 files changed, 1059 insertions(+), 188 deletions(-) create mode 100644 fuintBackend/fuint-payment/src/main/java/com/fuint/paymentApplication.java diff --git a/fuintAdmin/.env.development b/fuintAdmin/.env.development index eb8a642a0..d521d666a 100644 --- a/fuintAdmin/.env.development +++ b/fuintAdmin/.env.development @@ -11,6 +11,5 @@ VUE_APP_BASE_API = '/dev-api' VUE_APP_PUBLIC_PATH = '/' # 后端接口地址 -VUE_APP_SERVER_URL = 'http://192.168.0.138:8080/' +VUE_APP_SERVER_URL = 'http://192.168.0.121:8080/' -# http://192.168.1.6:8008/ diff --git a/fuintAdmin/.env.production b/fuintAdmin/.env.production index 90bc2956b..c3a1ccc9a 100644 --- a/fuintAdmin/.env.production +++ b/fuintAdmin/.env.production @@ -11,4 +11,4 @@ VUE_APP_BASE_API = '/fuint-application/' VUE_APP_PUBLIC_PATH = '/fuintAdmin/' # 后端接口地址 -VUE_APP_SERVER_URL = 'http://192.168.1.5:8080/' +VUE_APP_SERVER_URL = 'https://www.tuofeng.cc/oilAdmin/' diff --git a/fuintAdmin/.env.staging b/fuintAdmin/.env.staging index dbd3232c0..859915866 100644 --- a/fuintAdmin/.env.staging +++ b/fuintAdmin/.env.staging @@ -11,4 +11,4 @@ VUE_APP_BASE_API = '/stage-api' VUE_APP_PUBLIC_PATH = '/' # 后端接口地址 -VUE_APP_SERVER_URL = 'http://192.168.1.5:8080/' +VUE_APP_SERVER_URL = 'http://192.168.0.121:8080/' diff --git a/fuintAdmin/src/views/convenienceStore/goodsFile.vue b/fuintAdmin/src/views/convenienceStore/goodsFile.vue index a3bd52308..b9b989381 100644 --- a/fuintAdmin/src/views/convenienceStore/goodsFile.vue +++ b/fuintAdmin/src/views/convenienceStore/goodsFile.vue @@ -283,7 +283,7 @@ style="width: 94%" v-model="supplier" :fetch-suggestions="querySearch" - placeholder="供应商名称" + placeholder="供应商名称,如果是未添加的供应商,输完名称点回车即自动添加" @change="addSupplier" @select="selectSupplier"> - - - + + + + +