From 06b6175a76a90c4f49c303ad3bc97df8542081dc Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 24 Jun 2024 17:11:49 +0800 Subject: [PATCH 01/12] =?UTF-8?q?fix:=20=E7=94=A8=E6=88=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=88=B7=E6=96=B0=E4=B8=8D=E5=BA=94=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B5=E6=95=B01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 55a13b0e..9fad1acb 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -944,7 +944,7 @@ onMounted(() => { - + From 84bdb4428654115bb07dcdd870539bb4abb1c481 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 25 Jun 2024 15:37:58 +0800 Subject: [PATCH 02/12] =?UTF-8?q?fix:=20=E7=BD=91=E5=85=83=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=8E=A5=E5=8F=A3=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= =?UTF-8?q?60s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ne/neInfo.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/ne/neInfo.ts b/src/api/ne/neInfo.ts index eaf01ba8..49156044 100644 --- a/src/api/ne/neInfo.ts +++ b/src/api/ne/neInfo.ts @@ -134,6 +134,7 @@ export function saveOAMFile(data: Record) { url: `/ne/info/oamFile`, method: 'put', data: data, + timeout: 60_000, }); } @@ -173,5 +174,6 @@ export function serviceNeAction(data: Record) { url: `/ne/action/service`, method: 'put', data: data, + timeout: 60_000, }); } From 2a2b441e09eb3b04b9a7855dbade0fd564f0ff24 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 25 Jun 2024 17:53:45 +0800 Subject: [PATCH 03/12] =?UTF-8?q?fix:=20=E7=B3=BB=E7=BB=9F=E9=87=8D?= =?UTF-8?q?=E7=BD=AE=E6=A1=86=E5=80=92=E8=AE=A1=E6=97=B6=E6=97=A0=E5=8F=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/setting/components/system-reset.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/system/setting/components/system-reset.vue b/src/views/system/setting/components/system-reset.vue index 265a8370..8a142c56 100644 --- a/src/views/system/setting/components/system-reset.vue +++ b/src/views/system/setting/components/system-reset.vue @@ -66,10 +66,9 @@ function fnModalCancel() { {{ t('common.reset') }} - {{ t('views.system.setting.resetTipContent') }} - + From a213be0d6497604dfaa496302af055946ac3dbb9 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 25 Jun 2024 17:54:50 +0800 Subject: [PATCH 04/12] =?UTF-8?q?fix:=20=E7=BD=91=E5=85=83=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=E5=A4=9A=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=88=A0=E9=99=A4=E5=89=AF=E6=9C=AC=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../neSoftware/components/UploadMoreFile.vue | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/views/ne/neSoftware/components/UploadMoreFile.vue b/src/views/ne/neSoftware/components/UploadMoreFile.vue index eaebda82..a1f79102 100644 --- a/src/views/ne/neSoftware/components/UploadMoreFile.vue +++ b/src/views/ne/neSoftware/components/UploadMoreFile.vue @@ -1,12 +1,12 @@