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