From 87bd3b05446d401b7fc93cf371f127d8a36bf7f2 Mon Sep 17 00:00:00 2001
From: admin <>
Date: Tue, 4 Jun 2024 09:50:18 +0800
Subject: [PATCH] =?UTF-8?q?update:=20=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 26 ++++---
.../components/ProductTypeDialog.vue | 1 -
src/config/env.ts | 4 +-
src/pagesApp/receiveSpl.vue | 1 -
src/pagesHome/index.vue | 16 +++-
src/pagesLogin/login/index.vue | 73 +++++++++++++++++--
src/pagesReceive/review/index.vue | 7 +-
src/pagesShipment/form/settlementForm.vue | 26 ++++---
src/pagesShipment/form/shipmentForm.vue | 1 -
src/pagesShipment/grossWeight.vue | 1 -
src/pagesShipment/review/index.vue | 12 +--
src/pagesShipment/shipmentSettlement.vue | 3 +-
src/services/profile.ts | 16 +++-
src/store/modules/member.ts | 29 ++++++--
src/utils/http.ts | 32 ++++----
15 files changed, 182 insertions(+), 66 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index f87f79c..1cbc97f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,19 +1,21 @@
diff --git a/src/pagesLogin/login/index.vue b/src/pagesLogin/login/index.vue
index 8545191..d43829f 100644
--- a/src/pagesLogin/login/index.vue
+++ b/src/pagesLogin/login/index.vue
@@ -1,5 +1,5 @@
-
+
+
+
+
+
+
+
+
+
{handleInput(e, 'userName')}"
- @clear="handleClear({key: 'userName'})"
+ @clear="handleClear({ key: 'userName' })"
>
@@ -37,10 +55,11 @@
'border-color':
currentFocus === 'password' ? '#00dcee !important' : '',
}"
+ border="none"
@focus="handleFocus('password')"
clearable
@change="(e:any) => {handleInput(e, 'password')}"
- @clear="handleClear({key: 'password'})"
+ @clear="handleClear({ key: 'password' })"
>
+
+ handleSelect(v)"
+ @close="state.isShow = false"
+ :closeOnClickAction="true"
+ >