oak-frontend-base/lib/constant/constant.js

12 lines
332 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LOCAL_STORAGE_KEYS = void 0;
exports.LOCAL_STORAGE_KEYS = {
debugStore: 'ofd:ds',
debugStoreStat: 'ofd:dss',
localeLng: 'ofd:f-l-l',
cacheSaved: 'ofd:f-c-s',
cacheRefreshRecord: 'ofd:f-c-rr',
consoleContext: 'ofd:c-ct',
};