release v4.1.2

This commit is contained in:
RockYang
2024-08-09 18:50:02 +08:00
parent 67c7132e6b
commit 740c3c1b00
5 changed files with 23 additions and 85 deletions

View File

@@ -80,7 +80,7 @@ export function getLicenseInfo() {
httpGet('/api/config/license').then(res => {
item.data = res
// cache expires after 10 minutes
item.expire = Date.now() + 1000 * 60 * 60
item.expire = Date.now() + 1000 * 60 * 10
Storage.set(licenseInfoKey, item)
resolve(item.data)
}).catch(err => {