diff --git a/src/i18n/i18n-memo.md b/src/i18n/i18n-memo.md new file mode 100644 index 00000000..9eb0c813 --- /dev/null +++ b/src/i18n/i18n-memo.md @@ -0,0 +1,6 @@ +# 国际化备忘录 +新增语言时,需要手动维护的内容: + +- 1.policy功能中trigger的内容 + +- 2.trace tracking功能中的无追踪提示 diff --git a/src/utils/constants.js b/src/utils/constants.js index ce2d5094..297fcd66 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -47,7 +47,7 @@ export const storageKey = { linkInfo: 'cn-link-info', history: 'cn-history', schemaEntityExplore: 'schema_entity_explore', - trackingSubscriberIds: 'tracking-subscriber-ids' + trackingSubscribers: 'tracking-subscribers' } export const largeCountryList = ['CN', 'US', 'RU', 'AU', 'CA', 'KZ', 'IN', 'BR'] diff --git a/src/views/location/Index.vue b/src/views/location/Index.vue index e72d88f3..a009a02a 100644 --- a/src/views/location/Index.vue +++ b/src/views/location/Index.vue @@ -10,6 +10,7 @@ id="searchValue" ref="searchValue" v-model="dropDownValue" + v-show="activeTab === 'locationMap'" size="mini" clearable filterable @@ -108,10 +109,10 @@