From 3cf9dcd730ff896be6ac74448986b36c2cea672f Mon Sep 17 00:00:00 2001 From: mengyxu Date: Fri, 9 May 2025 22:19:54 +0800 Subject: [PATCH] Update action.ts --- src/store/action.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/action.ts b/src/store/action.ts index 7739818..a874b16 100644 --- a/src/store/action.ts +++ b/src/store/action.ts @@ -92,7 +92,6 @@ const loadArchive = (commit, data) => { commit('set_backpack', data.grid); commit('set_auto_sell', data.autoSell); commit('set_shop', data.shop); - data.reborn && (data.reborn.recoverSpeed = 0); commit('set_reborn_points', data.reborn); commit('set_sys_info', { msg: t('loadSuccess'), type: 'win' }); }