feat: npm部分内容
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
export const defaultPageSize = 20
|
||||
|
||||
export const storageKey = {
|
||||
iso36112: 'cn-iso3611-2',
|
||||
iso36112Capital: 'cn-iso3611-2-capital',
|
||||
iso36112WorldLow: 'cn-iso3611-2-world-low',
|
||||
i18n: 'cn-i18n',
|
||||
language: 'cn-language',
|
||||
timezone: 'cn-timezone',
|
||||
@@ -17,6 +18,11 @@ export const storageKey = {
|
||||
unsavedChange: 'cn-unsaved-change'
|
||||
}
|
||||
|
||||
export const iso36112 = {
|
||||
[storageKey.iso36112Capital]: 'data/countriesWithCapital.json',
|
||||
[storageKey.iso36112WorldLow]: 'worldChinaLow.json'
|
||||
}
|
||||
|
||||
// 统一定义跳转来源
|
||||
export const fromRoute = {
|
||||
trafficSummary: 'trafficSummary',
|
||||
|
||||
Reference in New Issue
Block a user