|
|
@ -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' }); |
|
|
|
} |
|
|
|
} |
|
|
|