!194 incorrect password prompt

From: @hu-gang 
Reviewed-by: @Lostwayzxc 
Signed-off-by: @Lostwayzxc
This commit is contained in:
openeuler-ci-bot 2024-07-18 12:13:30 +00:00 committed by Gitee
commit c139654148
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 40 additions and 1 deletions

View File

@ -0,0 +1,35 @@
From 753afbe9f0e2202146415fc7d00f127289475112 Mon Sep 17 00:00:00 2001
From: Hu Gang <18768366022@163.com>
Date: Thu, 18 Jul 2024 19:32:15 +0800
Subject: [PATCH] Fixed the issue of incorrect password prompt when hot
modifying password
---
src/views/leaks/components/CreateRepairTaskDrawer.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/leaks/components/CreateRepairTaskDrawer.vue b/src/views/leaks/components/CreateRepairTaskDrawer.vue
index 6074199..51645d5 100644
--- a/src/views/leaks/components/CreateRepairTaskDrawer.vue
+++ b/src/views/leaks/components/CreateRepairTaskDrawer.vue
@@ -204,7 +204,7 @@
<h3>{{ jumpModalTitle || '成功' }}</h3>
<p v-for="item in jumpTaskId" :key="item.task_id">
<a @click="jumpToPage(item)"
- >点击跳转到 {{taskTypsEnum[taskType]}}任务页面</a
+ >点击跳转到{{ item.fix_way }}{{ taskType === 'cve fix' ? '修复' : '移除' }}任务页面</a
>
</p>
<p v-if="jumpTaskId.length > 1">
@@ -928,7 +928,7 @@ export default {
this.handleExcuteASAP(res.data.task_id, res.data);
} else {
this.visible = false;
- this.handleGenerateSuccess(res.data, 'CVE回滚', 'normal');
+ this.handleGenerateSuccess(res.data, '热补丁移除', 'normal');
}
})
.catch((err) => {
--
2.33.0

View File

@ -2,7 +2,7 @@
Name: aops-hermes
Version: v1.4.0
Release: 10
Release: 11
Summary: Web for an intelligent diagnose frame
License: MulanPSL2
URL: https://gitee.com/openeuler/%{name}
@ -22,6 +22,7 @@ Patch011: 011-fix-prompt-word.patch
Patch012: 012-file-conf-sync-property-optimize.patch
Patch013: 013-optimize-conf-trace-request-and-response.patch
Patch014: 014-add-conf-trace-info-function.patch
Patch015: 015-incorrect-password-prompt.patch
BuildRequires: nodejs node-gyp nodejs-yarn
Requires: nginx
@ -56,6 +57,9 @@ cp -r deploy/aops-hermes.service %{buildroot}/usr/lib/systemd/system/
%changelog
* Thu Jul 018 2024 Hu gang<smjiao@isoftstone.com> - v1.4.0-11
- Fixed incorrect password prompt when hot modifying password
* Mon Jul 01 2024 smjiao<smjiao@isoftstone.com> - v1.4.0-10
- conf sync optimize and add file trace interface