From 0ac7bef4429ba0b1255e33100ac7950853cf8fd0 Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Sat, 30 May 2026 17:54:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E4=B8=89=E6=96=B9=E5=9B=BE=E6=A0=87=E8=89=B2=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 ++++-- package.json | 2 +- src/views/login/index.vue | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 05142fb4..d7996da3 100644 --- a/.env.development +++ b/.env.development @@ -6,8 +6,10 @@ VITE_APP_TITLE=vue3-element-admin VITE_APP_BASE_API=/dev-api # 接口地址 -VITE_APP_API_URL=https://api.youlai.tech # 线上 -# VITE_APP_API_URL=http://localhost:8000 # 本地 +# VITE_APP_API_URL=https://api.youlai.tech # 线上 +# VITE_APP_API_URL=https://api.youlai.tech/v2 # 线上(多租户) +VITE_APP_API_URL=http://localhost:8000 # 本地 + # 启用 Mock 服务(true:开启 false:关闭) VITE_MOCK_DEV_SERVER=false diff --git a/package.json b/package.json index 1941b6cb..77f20a51 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue3-element-admin", "description": "Vue3 + Vite + TypeScript + Element-Plus 的后台管理模板,vue-element-admin 的 Vue3 版本", - "version": "4.6.0", + "version": "4.6.1", "private": true, "type": "module", "scripts": { diff --git a/src/views/login/index.vue b/src/views/login/index.vue index ba13cfba..d8187098 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -581,6 +581,7 @@ onMounted(() => getCaptcha()); gap: 14px; align-items: center; justify-content: center; + color: var(--el-text-color-secondary); &__item { display: flex;