From e4a6bbf79c9d7a70773ca70e30ab3788a669db9d Mon Sep 17 00:00:00 2001
From: chenjinsong <523037378@qq.com>
Date: Thu, 29 Feb 2024 18:35:43 +0800
Subject: [PATCH] =?UTF-8?q?CN-1563=20feat:=20=E8=BD=A8=E8=BF=B9=E5=9C=B0?=
=?UTF-8?q?=E5=9B=BE=E9=83=A8=E5=88=86=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/utils/api.js | 3 +-
src/utils/constants.js | 3 +-
src/views/location/Index.vue | 472 ++++++++++++++++++++++-------------
3 files changed, 297 insertions(+), 181 deletions(-)
diff --git a/src/utils/api.js b/src/utils/api.js
index 0a65fc4a..7e5e7b6d 100644
--- a/src/utils/api.js
+++ b/src/utils/api.js
@@ -358,7 +358,8 @@ export const api = {
trend: apiVersion + '/locationIntelligence/active/trend',
count: apiVersion + '/locationIntelligence/active/count',
baseStation: apiVersion + '/locationIntelligence/baseStation',
- followedSubscriber: apiVersion + '/locationIntelligence/followed/subscribers'
+ followedSubscriber: apiVersion + '/locationIntelligence/followed/subscribers',
+ tracking: apiVersion + '/locationIntelligence/trace/tracking'
}
}
diff --git a/src/utils/constants.js b/src/utils/constants.js
index 955f8c50..ce2d5094 100644
--- a/src/utils/constants.js
+++ b/src/utils/constants.js
@@ -46,7 +46,8 @@ export const storageKey = {
userCustomizationConfig: 'userCustomizationConfig',
linkInfo: 'cn-link-info',
history: 'cn-history',
- schemaEntityExplore: 'schema_entity_explore'
+ schemaEntityExplore: 'schema_entity_explore',
+ trackingSubscriberIds: 'tracking-subscriber-ids'
}
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 e971c1ff..f9771a0e 100644
--- a/src/views/location/Index.vue
+++ b/src/views/location/Index.vue
@@ -4,6 +4,7 @@