From cc96fcd6a078712cbbdcff63a48fd64f40536e9e Mon Sep 17 00:00:00 2001 From: kuaifan Date: Wed, 16 Jul 2025 22:38:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=9C=A8=E7=AA=97=E5=8F=A3=E7=8B=AC=E7=AB=8B?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/components/MicroApps/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/components/MicroApps/index.vue b/resources/assets/js/components/MicroApps/index.vue index 87a144e66..9f3f2b0f0 100644 --- a/resources/assets/js/components/MicroApps/index.vue +++ b/resources/assets/js/components/MicroApps/index.vue @@ -384,7 +384,7 @@ export default { const apps = (await $A.IDBArray("cacheMicroApps")).filter(item => item.name != appConfig.name); apps.length > 50 && apps.splice(0, 10) apps.push(appConfig) - await $A.IDBSet("cacheMicroApps", apps); + await $A.IDBSet("cacheMicroApps", $A.cloneJSON(apps)); if (this.$Electron) { await this.$store.dispatch('openChildWindow', {