From efcfbf596bfd9f5f623e2e05a92e140fd27f1838 Mon Sep 17 00:00:00 2001
From: hyb <kk_huangyangbo@163.com>
Date: Thu, 08 Jan 2026 08:57:48 +0000
Subject: [PATCH] 新增认证校验工具类,可实现将明文加密后,直接获取token,避免认证过期 已更新华东师范大学二期的压测脚本实现自动获取最新token功能,其他脚本后续更新

---
 测试组/Test_platform/Interface_automation/frontend/src/pages/reports/ReportList.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git "a/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/frontend/src/pages/reports/ReportList.vue" "b/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/frontend/src/pages/reports/ReportList.vue"
index d0a85fb..d43ff48 100644
--- "a/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/frontend/src/pages/reports/ReportList.vue"
+++ "b/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/frontend/src/pages/reports/ReportList.vue"
@@ -262,13 +262,14 @@
                                     <div
                                         style="display: flex; align-items: center;"
                                     >
+                                    <!-- v-show="handleShowReRun(scope.row)" -->
                                         <el-button
                                             type="info"
                                             icon="el-icon-refresh-right"
                                             circle
                                             size="mini"
                                             title="重新运行失败用例"
-                                            v-show="handleShowReRun(scope.row)"
+                                            v-show="false"
                                             @click="
                                                 handleRunFailCase(scope.row)
                                             "

--
Gitblit v1.9.1