From da0e9968c4574589e9ebfe4fa559108b14ad2287 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Wed, 29 Oct 2025 17:31:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 6 +++++- .../three-and-one/month-detail/components/header-info.vue | 6 +++--- .../three-and-one/month-detail/components/nameList.vue | 2 +- .../three-and-one/month-detail/components/wage-pay.vue | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 1aec99d..cde0e5b 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -201,7 +201,11 @@ export default { }, close() { this.$store.dispatch('LogOut').then(() => { - location.href = '/index' + // location.href = '/index' + location.href = + process.env.VUE_APP_ENV === 'production' + ? '/hd-realname/index' + : '/index' }) }, diff --git a/src/views/synthesize-query/three-and-one/month-detail/components/header-info.vue b/src/views/synthesize-query/three-and-one/month-detail/components/header-info.vue index d6baff8..7528819 100644 --- a/src/views/synthesize-query/three-and-one/month-detail/components/header-info.vue +++ b/src/views/synthesize-query/three-and-one/month-detail/components/header-info.vue @@ -255,7 +255,7 @@ export default { methods: { onHandlePack() { - console.log('封档') + // console.log('封档') this.$modal .confirm('是否确定封档?') .then(async () => { @@ -280,7 +280,7 @@ export default { }) }, onHandleUpload() { - console.log('回单上传') + // console.log('回单上传') this.uploadVisible = true this.fileList = [] }, @@ -399,7 +399,7 @@ export default { // 删除附件 onHandleDeleteFile(row) { - console.log('删除附件', row) + // console.log('删除附件', row) this.$confirm('是否确定删除附件?', '提示', { confirmButtonText: '确定', diff --git a/src/views/synthesize-query/three-and-one/month-detail/components/nameList.vue b/src/views/synthesize-query/three-and-one/month-detail/components/nameList.vue index 164f6f0..4d1e0b1 100644 --- a/src/views/synthesize-query/three-and-one/month-detail/components/nameList.vue +++ b/src/views/synthesize-query/three-and-one/month-detail/components/nameList.vue @@ -239,7 +239,7 @@ export default { { ...this.nameListQueryParams, }, - '农名工花名册.xlsx', + '农民工花名册.xlsx', ) }, // 获取考勤信息 diff --git a/src/views/synthesize-query/three-and-one/month-detail/components/wage-pay.vue b/src/views/synthesize-query/three-and-one/month-detail/components/wage-pay.vue index dcdbfcc..7f90530 100644 --- a/src/views/synthesize-query/three-and-one/month-detail/components/wage-pay.vue +++ b/src/views/synthesize-query/three-and-one/month-detail/components/wage-pay.vue @@ -262,7 +262,7 @@ export default { { ...this.wagePayQueryParams, }, - '农名工工资支付表.xlsx', + '农民工工资支付表.xlsx', ) }, // 获取农名工工资支付表