diff --git a/src/App.vue b/src/App.vue index 9fd5c888..1a3b2109 100644 --- a/src/App.vue +++ b/src/App.vue @@ -34,7 +34,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi"; const store = useStore(); const isLogin = ref(false); -console.log("版本2.4.4------------"); +console.log("版本2.4.5------------"); diff --git a/src/views/learningpath/LearningPath.vue b/src/views/learningpath/LearningPath.vue index 535a3d53..e82aaf68 100644 --- a/src/views/learningpath/LearningPath.vue +++ b/src/views/learningpath/LearningPath.vue @@ -148,7 +148,7 @@ >撤回 结束 { let obj = { + key: index, id: value.routerId, number: (state.currentPage - 1) * state.pageSize + index + 1, manager: value.name ? value.name : "-",