From 126504f14f69222ae733e6bce6ef7eb94fb214a9 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 20 Oct 2025 14:48:37 +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 --- package.json | 3 +++ .../card-replacement-apply/add-apply-form.vue | 2 +- .../dishonesty-person/index.vue | 1 - src/views/login.vue | 26 ++++++++++++++----- src/views/system/log/abnormalLog/index.vue | 2 +- src/views/system/log/businessLog/index.vue | 2 +- src/views/system/log/systemLog/index.vue | 4 +-- 7 files changed, 28 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 6a4120f..580c64f 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,9 @@ "node": ">=8.9", "npm": ">= 3.0.0" }, + "resolutions": { + "**/lodash": "4.17.21" + }, "browserslist": [ "> 1%", "last 2 versions" diff --git a/src/views/construction-person/attendance-manage/card-replacement-apply/add-apply-form.vue b/src/views/construction-person/attendance-manage/card-replacement-apply/add-apply-form.vue index 585b155..541a165 100644 --- a/src/views/construction-person/attendance-manage/card-replacement-apply/add-apply-form.vue +++ b/src/views/construction-person/attendance-manage/card-replacement-apply/add-apply-form.vue @@ -178,7 +178,7 @@ import { editCardReplacementApplyAPI, } from '@/api/construction-person/attendance-manage/card-replacement-apply' import { getCardReplacementAuditDetailAPI } from '@/api/construction-person/attendance-manage/card-replacement-audit' -import debounce from 'lodash/debounce' +// import debounce from 'lodash/debounce' export default { name: 'AddApplyForm', props: { diff --git a/src/views/construction-person/red-green-light-mange/dishonesty-person/index.vue b/src/views/construction-person/red-green-light-mange/dishonesty-person/index.vue index 3909e57..8f844ae 100644 --- a/src/views/construction-person/red-green-light-mange/dishonesty-person/index.vue +++ b/src/views/construction-person/red-green-light-mange/dishonesty-person/index.vue @@ -358,7 +358,6 @@ import TableModel from '@/components/TableModel' import DialogModel from '@/components/DialogModel' import UploadFileFormData from '@/components/UploadFileFormData' -import axios from 'axios' import { formLabel, columnsList, dialogConfig } from './config' import { getSubSelectListCommonFun, diff --git a/src/views/login.vue b/src/views/login.vue index b89c225..d94556b 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -41,7 +41,7 @@ v-model="loginForm.code" auto-complete="off" placeholder="验证码" - style="width: 63%" + class="code-input" @keyup.enter.native="handleLogin" > - 记住密码 @@ -68,13 +66,13 @@ :loading="loading" size="medium" type="primary" - style="width: 100%" + class="login-button" @click.native.prevent="handleLogin" > 登 录 登 录 中... -
+