fix: 修复登录页三方图标色值

This commit is contained in:
Ray.Hao
2026-05-30 17:54:32 +08:00
parent 63b73bae0e
commit 0ac7bef442
3 changed files with 6 additions and 3 deletions

View File

@@ -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