Browse Source

Update action.ts

v1.0
许孟阳 2 weeks ago
parent
commit
3cf9dcd730
  1. 1
      src/store/action.ts

1
src/store/action.ts

@ -92,7 +92,6 @@ const loadArchive = (commit, data) => {
commit('set_backpack', data.grid); commit('set_backpack', data.grid);
commit('set_auto_sell', data.autoSell); commit('set_auto_sell', data.autoSell);
commit('set_shop', data.shop); commit('set_shop', data.shop);
data.reborn && (data.reborn.recoverSpeed = 0);
commit('set_reborn_points', data.reborn); commit('set_reborn_points', data.reborn);
commit('set_sys_info', { msg: t('loadSuccess'), type: 'win' }); commit('set_sys_info', { msg: t('loadSuccess'), type: 'win' });
} }

Loading…
Cancel
Save