From 0dd5cbeee9f4ca7c19bee6a4e81311ab8baaab3b Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Wed, 18 Mar 2026 15:45:42 +0800 Subject: [PATCH] fix --- src/components/Task.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/Task.vue b/src/components/Task.vue index 3f221a8..e5915e5 100644 --- a/src/components/Task.vue +++ b/src/components/Task.vue @@ -39,17 +39,18 @@ - + @@ -66,7 +67,7 @@ import { Icon } from "@iconify/vue" import { computed, onMounted, ref } from "vue" import { step } from "../store/tutorial" -import { roleSuper } from "../store/user" +import { authed, roleSuper } from "../store/user" import { taskTab, challengeDisplay } from "../store/task" import { useRoute, useRouter } from "vue-router" import { TASK_TYPE, STORAGE_KEY } from "../utils/const"