From 1af51a16af4efa2623fd1f54d0482eb19353f26c Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 1 Mar 2023 11:20:25 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2622=20fix=EF=BC=9A=20=20Agents=E5=85=B3?= =?UTF-8?q?=E9=97=ADDownload=E6=97=B6=E5=BC=B9=E5=87=BADownload=20agent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/config/agent.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/page/config/agent.vue b/nezha-fronted/src/components/page/config/agent.vue index 7c0f66130..bb6cd1f30 100644 --- a/nezha-fronted/src/components/page/config/agent.vue +++ b/nezha-fronted/src/components/page/config/agent.vue @@ -57,7 +57,7 @@ -
+
{{$t('overall.download')}}
@@ -207,6 +207,11 @@ export default { }, methods: { toDownloadAgent: function () { + this.agentParam = { + osType: 'centos', + dc: '', + type: 1 + } this.getAllDc() this.showAgentDownload = true this.token = localStorage.getItem('nz-token')