mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
code refactor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import utils from './utils.js'
|
||||
import utils from './utils.js';
|
||||
|
||||
const exchangeRatesLocalStorageKey = 'lab_exchange_rates';
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { defaultLanguage, allLanguages } from '../locales/index.js'
|
||||
import { defaultLanguage, allLanguages } from '../locales/index.js';
|
||||
|
||||
const apiNotFoundErrorCode = 100001;
|
||||
const specifiedApiNotFoundErrors = {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import Cookies from 'js-cookie'
|
||||
import Cookies from 'js-cookie';
|
||||
|
||||
const settingsLocalStorageKey = 'lab_user_settings';
|
||||
const serverSettingsCookieKey = 'ACP_SETTINGS';
|
||||
|
||||
Reference in New Issue
Block a user