From e17c0dabe823009b4c373671c8f9a64c24997cc7 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Tue, 5 Mar 2024 15:16:11 +0800 Subject: [PATCH] =?UTF-8?q?CN-1563=20feat:=20=E7=BB=86=E8=8A=82=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/i18n-memo.md | 6 +++ src/utils/constants.js | 2 +- src/views/location/Index.vue | 81 +++++++++++++++++++++++++++++++----- 3 files changed, 77 insertions(+), 12 deletions(-) create mode 100644 src/i18n/i18n-memo.md 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 @@