From a04cc2f055410506e739383b351ab865f84fc5ef Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Fri, 13 Jan 2023 16:00:52 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/axios.js | 3 ++- vue.config.js | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/router/axios.js b/src/router/axios.js index 47ff382..4419e33 100644 --- a/src/router/axios.js +++ b/src/router/axios.js @@ -63,7 +63,8 @@ axios.interceptors.response.use(res => { NProgress.done() const status = Number(res.status) || 200 const message = res.data.msg || errorCode[status] || errorCode['default'] - if (status === 401 || status === 500) { + // || status === 500 + if (status === 401) { idx++ if(idx==1){ Message({ diff --git a/vue.config.js b/vue.config.js index 884fc33..2b82699 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,10 +3,10 @@ * https://cli.vuejs.org/zh/config/ */ // const url = 'http://192.168.31.160:9999' //长龙 -const url = 'http://192.168.31.85:9999' // 胜浩 +// const url = 'http://192.168.31.85:9999' // 胜浩 // const url = 'http://127.0.0.1:9999' // 本地 -// const url = 'http://39.97.244.65:9999' // 测试服务器 +const url = 'http://39.97.244.65:9999' // 测试服务器 // const url = 'http://62.234.122.43:9999' //正式服务器1 // const url = 'https://www.aihxz.com' // 正式域名 From 434846c97197311eaf36eb6bfee8149d26ad9291 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Thu, 9 Feb 2023 14:15:05 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Statistics/MentoringAbility.vue | 2 ++ src/views/Statistics/TheTeamCompared.vue | 1 + 2 files changed, 3 insertions(+) diff --git a/src/views/Statistics/MentoringAbility.vue b/src/views/Statistics/MentoringAbility.vue index 6f09519..5afd240 100644 --- a/src/views/Statistics/MentoringAbility.vue +++ b/src/views/Statistics/MentoringAbility.vue @@ -575,6 +575,7 @@ export default { statDateEnd: this.statDateEnd, accountId: this.consultantlistid, dateType: this.TimetoAhoose == 7 ? null : this.TimetoAhoose, + marketingBusiness: this.marketingBusiness.join(','), }; exportMethodPost( "autoSR/cusStageStatistics/prohibitedStatisticsExport", @@ -746,6 +747,7 @@ export default { userB: this.Pklistid, type: 3, marketingId: this.teamAllLevelid, + marketingBusiness: this.marketingBusiness.join(','), }; if (this.TimetoAhoose == 7) { pamaet.dateType = null; diff --git a/src/views/Statistics/TheTeamCompared.vue b/src/views/Statistics/TheTeamCompared.vue index fd7878d..a6298ed 100644 --- a/src/views/Statistics/TheTeamCompared.vue +++ b/src/views/Statistics/TheTeamCompared.vue @@ -779,6 +779,7 @@ export default { dateType: 0, statDateStart: this.statDateStart, statDateEnd: this.statDateEnd, + marketingBusiness: this.marketingBusiness.join(','), }; if (this.TimetoAhoose == 7) { pamaet.dateType = null; From 7f426ba34dd066a002a99b776c04b1ce2d397af1 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Thu, 9 Feb 2023 15:35:15 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Statistics/TheTeamCompared.vue | 96 +----------------------- 1 file changed, 1 insertion(+), 95 deletions(-) diff --git a/src/views/Statistics/TheTeamCompared.vue b/src/views/Statistics/TheTeamCompared.vue index a6298ed..a514cb8 100644 --- a/src/views/Statistics/TheTeamCompared.vue +++ b/src/views/Statistics/TheTeamCompared.vue @@ -584,101 +584,7 @@ -