@@ -67,7 +67,7 @@ import ScoreRate from "./ScoreRate.vue";
import ScoreFirstTryRate from "./ScoreFirstTryRate.vue";
const store = useMainStore();
-store.currentLocation = "项目管理/ 项目列表 / 整体分析";
+store.currentLocation = "项目管理 / 项目列表 / 整体分析";
let rootOrgId = $ref(undefined as unknown as number);
let courseId = $ref(undefined as undefined | number);
@@ -69,7 +69,7 @@ import QuestionDifficultyGroup from "./QuestionDifficultyGroup.vue";
import QuestionTypeDifficulty from "./QuestionTypeDifficulty.vue";
-store.currentLocation = "项目管理/ 项目列表 / 试卷分析";
+store.currentLocation = "项目管理 / 项目列表 / 试卷分析";
let activeTab = $ref("1");
@@ -54,7 +54,7 @@ import { onMounted, computed } from "vue-demi";
import { useRoute } from "vue-router";
-store.currentLocation = "项目管理/ 项目列表 / 数据管理";
+store.currentLocation = "项目管理 / 项目列表 / 数据管理";
@@ -159,7 +159,7 @@ import { message, Modal } from "ant-design-vue";
import { watch, onMounted, ref, reactive, toRaw } from "vue-demi";
-store.currentLocation = "项目管理/ 项目列表";
+store.currentLocation = "项目管理 / 项目列表";
let name = $ref("");
@@ -57,7 +57,7 @@ import { getPaperList } from "@/api/paperManagementPage";
import router from "@/router";
-store.currentLocation = "项目管理/ 项目列表 / 试卷列表";
+store.currentLocation = "项目管理 / 项目列表 / 试卷列表";
@@ -113,7 +113,7 @@ import { watch, onMounted, ref, reactive, toRaw } from "vue-demi";
-store.currentLocation = "项目管理/ 项目列表 / 参数配置";
+store.currentLocation = "项目管理 / 项目列表 / 参数配置";