diff --git a/src/layout/studyPage.vue b/src/layout/studyPage.vue
index b93fded..be80f15 100644
--- a/src/layout/studyPage.vue
+++ b/src/layout/studyPage.vue
@@ -22,7 +22,9 @@
@@ -99,6 +101,7 @@ import { ElMessage, ElMessageBox } from "element-plus";
const isShowExperiment =
Number(localStorage.getItem("activeStepIndex")) == 12 ? true : false;
const router = useRouter();
+const complete = localStorage.getItem('complete')
const user = userStore();
const loginFn = () => {
// user.token ? router.push("/spacePage") : "";