feat(mini-program): 优化登录页视觉设计,提升用户体验

This commit is contained in:
2026-05-01 22:58:58 +08:00
parent 2ed66d8500
commit 0b795cc340
2 changed files with 183 additions and 95 deletions
+4
View File
@@ -1,5 +1,9 @@
# 开发环境配置(本地开发调试)
VITE_APP_ENV=dev
# 本地环境
# VITE_API_BASE_URL=http://localhost:19089/api
# VITE_WS_URL=ws://localhost:19089/ws
# 测试环境
VITE_API_BASE_URL=https://lifescript.happylifeos.com/api
VITE_WS_URL=wss://lifescript.happylifeos.com/ws
VITE_DEBUG=true