mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
modify localstorage key
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import utils from './utils.js';
|
||||
|
||||
const exchangeRatesLocalStorageKey = 'lab_exchange_rates';
|
||||
const exchangeRatesLocalStorageKey = 'lab_app_exchange_rates';
|
||||
|
||||
function getExchangeRates() {
|
||||
const storageData = localStorage.getItem(exchangeRatesLocalStorageKey) || '{}';
|
||||
|
||||
Reference in New Issue
Block a user