From 219a6f6231fac3b2fb8fd5961669392b3a6ce630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=C3=A7=C2=9Anepiedg?= <你的yunchuansong@163.com> Date: Thu, 19 Mar 2026 15:41:26 +0800 Subject: [PATCH] feat: update auth flow and homepage behavior --- src/App.vue | 5 +- src/api/auth.js | 13 ++ src/config/index.js | 14 +- src/pages/index/index.vue | 323 +++++++++++++++++++++++++------------- vite.config.js | 8 + 5 files changed, 253 insertions(+), 110 deletions(-) diff --git a/src/App.vue b/src/App.vue index ce92af3..db505f6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@