diff --git a/src/layout/components/NavBar/components/NavbarRight.vue b/src/layout/components/NavBar/components/NavbarRight.vue
index 077a53d..2bf7784 100644
--- a/src/layout/components/NavBar/components/NavbarRight.vue
+++ b/src/layout/components/NavBar/components/NavbarRight.vue
@@ -14,7 +14,7 @@
style="font-weight: bold;font-size: 28px;margin-left: auto;margin-right: auto;">算法测试验证软件平台
-
+
diff --git a/src/layout/components/NavBar/components/NavbarRight2.vue b/src/layout/components/NavBar/components/NavbarRight2.vue
index 834fed2..31154f3 100644
--- a/src/layout/components/NavBar/components/NavbarRight2.vue
+++ b/src/layout/components/NavBar/components/NavbarRight2.vue
@@ -14,7 +14,7 @@
style="font-weight: bold;font-size: 28px;margin-left: auto;margin-right: auto;">算法测试验证软件平台
-
+
diff --git a/src/views/simulationEvaluation/reportList.vue b/src/views/simulationEvaluation/reportList.vue
index 03bf2f6..dba1fe4 100644
--- a/src/views/simulationEvaluation/reportList.vue
+++ b/src/views/simulationEvaluation/reportList.vue
@@ -48,7 +48,7 @@ import ReportApi from '@/api/report'
const queryFormRef = ref(ElForm); // 查询表单
const router = useRouter();
const loading = ref(false); // 加载状态
-const queryParams = reactive({
+let queryParams = reactive({
pageNum: 1,
pageSize: 10,
keywords: '',