From b2e749b370f00176093ed26736abc275e17f7f99 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 21 Mar 2023 10:13:16 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2718=20fix=EF=BC=9Alicense=20=E5=88=B0?= =?UTF-8?q?=E6=9C=9F=E6=97=B6=E9=97=B4=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=87=86?= =?UTF-8?q?=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/config/system/license.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/page/config/system/license.vue b/nezha-fronted/src/components/page/config/system/license.vue index 3d6e7ee86..cf92ba48d 100644 --- a/nezha-fronted/src/components/page/config/system/license.vue +++ b/nezha-fronted/src/components/page/config/system/license.vue @@ -220,7 +220,7 @@ export default { expData = e } if (expData.license) { - if (expData.license.license_type != 'expiration') { + if (expData.license.license_type != 'perpetual') { expData.license.license_type = e.license.license_type } if (expData.license.exp_date < e.license.exp_date) {