From 74e3b266163e9a862895f89e5491aa8c47f9174e Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Mon, 25 May 2026 14:52:39 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot --- .env.development | 2 + .eslintrc-auto-import.json | 4 + src/views/systemList/base/base.vue | 132 ++++++++++++++--------------- 3 files changed, 70 insertions(+), 68 deletions(-) diff --git a/.env.development b/.env.development index 3737274..9f5c5a5 100644 --- a/.env.development +++ b/.env.development @@ -34,3 +34,5 @@ VITE_APP_WEBSOCKET = false # sse 开关 VITE_APP_SSE = true + +VITE_BASE_API = "http://192.168.1.100:8080" diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index 2ca3adf..d979925 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -5,6 +5,10 @@ "ComputedRef": true, "DirectiveBinding": true, "EffectScope": true, + "ElLoading": true, + "ElMessage": true, + "ElMessageBox": true, + "ElNotification": true, "ExtractDefaultPropTypes": true, "ExtractPropTypes": true, "ExtractPublicPropTypes": true, diff --git a/src/views/systemList/base/base.vue b/src/views/systemList/base/base.vue index 4b930f4..10644c9 100644 --- a/src/views/systemList/base/base.vue +++ b/src/views/systemList/base/base.vue @@ -16,7 +16,7 @@ :action="uploadUrl" :on-change="handleChange" :before-upload="beforeUpload" - :auto-upload="true" + :auto-upload="false" accept="image/jpeg,image/png" > @@ -44,23 +44,53 @@