code refactor

This commit is contained in:
MaysWind
2020-11-22 13:48:59 +08:00
parent 815f6718cc
commit 9ab285a071
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import utils from './utils.js'
import utils from './utils.js';
const exchangeRatesLocalStorageKey = 'lab_exchange_rates';
+1 -1
View File
@@ -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
View File
@@ -1,4 +1,4 @@
import Cookies from 'js-cookie'
import Cookies from 'js-cookie';
const settingsLocalStorageKey = 'lab_user_settings';
const serverSettingsCookieKey = 'ACP_SETTINGS';