From de0f1fd02b1149c6d6a0f0c5d37a1f947c9753b5 Mon Sep 17 00:00:00 2001
From: hyb <kk_huangyangbo@163.com>
Date: Fri, 24 Oct 2025 05:36:14 +0000
Subject: [PATCH] 新增清华大学密码修改 新增清华大学测试环境数据库信息 新增密码更新完成后将redis缓存自动刷新,防止修改密码后缓存仍为旧的用户信息导致无法登录 新增argon2id加密方式的Windows客户端,实现无python等相关环境仍然能够直接运行 更新使用手册 删除旧脚本及代码 新增若干打包配置文件

---
 测试组/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