From e66079401985e29e08e04a00574cf801b0532481 Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 7 May 2025 13:51:43 +0800 Subject: [PATCH 1/4] chore(env): update production env --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 46bb6f4..39f37af 100644 --- a/.env.production +++ b/.env.production @@ -3,8 +3,8 @@ ENV = 'production' # base api VUE_APP_BASE_API = '/prod-api' -VUE_APP_CLIENT_ADDRESS = 'http://t-app.beida666.com/#/' -VUE_APP_APP_ADDRESS = 'http://t-app.beida666.com/#/' +VUE_APP_CLIENT_ADDRESS = 'http://app.beida666.com/#/' +VUE_APP_APP_ADDRESS = 'http://app.beida666.com/#/' # 打包: # npm run build:prod From 079ffad0925883d69612e89f5c7166fcab20d9b9 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 3 Jun 2025 09:10:30 +0800 Subject: [PATCH 2/4] =?UTF-8?q?fix(underDirect):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=BC=9E=E4=B8=8B=E4=BC=9A=E5=91=98=E7=BC=96=E5=8F=B7=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E7=BC=96=E8=BE=91=20bug-140?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/announcement/noticeList/details.vue | 8 ++++---- src/views/statistics/underDirectAdd.vue | 3 ++- src/views/statistics/underDirectAddNew.vue | 3 ++- src/views/statistics/underPlacementPer.vue | 3 ++- src/views/statistics/underPlacementPerNew.vue | 3 ++- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/views/announcement/noticeList/details.vue b/src/views/announcement/noticeList/details.vue index 438e189..b61f64e 100644 --- a/src/views/announcement/noticeList/details.vue +++ b/src/views/announcement/noticeList/details.vue @@ -295,10 +295,10 @@ export default { label: '会员系统', value: 0 }, - { - label: '海圣优选', - value: 1 - }, + // { + // label: '海圣优选', + // value: 1 + // }, { label: '全部', value: 9 diff --git a/src/views/statistics/underDirectAdd.vue b/src/views/statistics/underDirectAdd.vue index 382d1ef..891961b 100644 --- a/src/views/statistics/underDirectAdd.vue +++ b/src/views/statistics/underDirectAdd.vue @@ -280,7 +280,8 @@ export default { return { creationTime: [], select: { - orderType: 1 + orderType: 1, + memberCode: '' }, // 查询参数 queryParams: { diff --git a/src/views/statistics/underDirectAddNew.vue b/src/views/statistics/underDirectAddNew.vue index 128a321..3489f51 100644 --- a/src/views/statistics/underDirectAddNew.vue +++ b/src/views/statistics/underDirectAddNew.vue @@ -240,7 +240,8 @@ export default { return { creationTime: [], select: { - orderType: 1 + orderType: 1, + memberCode: '' }, // 查询参数 queryParams: { diff --git a/src/views/statistics/underPlacementPer.vue b/src/views/statistics/underPlacementPer.vue index dbc37b6..2a32d4b 100644 --- a/src/views/statistics/underPlacementPer.vue +++ b/src/views/statistics/underPlacementPer.vue @@ -282,7 +282,8 @@ export default { queryParams: { pageNum: 1, pageSize: 50, - thetimes: [] + thetimes: [], + memberCode: '' }, total: 0, multipleSelection: [], diff --git a/src/views/statistics/underPlacementPerNew.vue b/src/views/statistics/underPlacementPerNew.vue index 6afdbca..8f7b975 100644 --- a/src/views/statistics/underPlacementPerNew.vue +++ b/src/views/statistics/underPlacementPerNew.vue @@ -279,7 +279,8 @@ export default { queryParams: { pageNum: 1, pageSize: 50, - thetimes: [] + thetimes: [], + memberCode: '' }, total: 0, multipleSelection: [], From 3aaacebe6815a1aefc9e5a336c9037acf5d3e6bf Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 4 Jun 2025 17:40:11 +0800 Subject: [PATCH 3/4] =?UTF-8?q?fix(member):=20=E4=BF=AE=E5=A4=8D=E9=83=A8?= =?UTF-8?q?=E5=88=86=E5=AD=97=E6=AE=B5=E4=B8=8D=E5=B1=95=E7=A4=BA=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/information/member/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/information/member/index.vue b/src/views/information/member/index.vue index e2d625d..6df92f8 100644 --- a/src/views/information/member/index.vue +++ b/src/views/information/member/index.vue @@ -503,7 +503,7 @@ width="180" /> Date: Fri, 20 Jun 2025 18:18:31 +0800 Subject: [PATCH 4/4] =?UTF-8?q?fix(member):=20=E4=BF=AE=E5=A4=8D=E5=AE=89?= =?UTF-8?q?=E7=BD=AE=E7=BC=96=E5=8F=B7=E4=B8=A2=E5=A4=B1=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/information/member/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/information/member/index.vue b/src/views/information/member/index.vue index 6df92f8..160a599 100644 --- a/src/views/information/member/index.vue +++ b/src/views/information/member/index.vue @@ -495,6 +495,7 @@ :label="'推荐姓名'" width="180" /> +