Merge branch 'dev-3.7' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.7

This commit is contained in:
likexuan
2023-03-21 11:12:59 +08:00
2 changed files with 10 additions and 1 deletions

View File

@@ -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) {