From 20e70a16ab2e114ecbf30ea6497e2eedf97808ed Mon Sep 17 00:00:00 2001 From: JayChou Date: Fri, 28 Mar 2025 10:03:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=A2=9E=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 2 +- src/layout/studyPage.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 0ffe8b3..83a95bc 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -2,7 +2,7 @@
-

{{ user.token ? "已登录" : "登录/注册" }}

+

{{ user.token ? "个人中心" : "登录/注册" }}

{{ setting.title }}
diff --git a/src/layout/studyPage.vue b/src/layout/studyPage.vue index 37c90a5..8dfda6e 100644 --- a/src/layout/studyPage.vue +++ b/src/layout/studyPage.vue @@ -2,7 +2,7 @@