|
@@ -80,9 +80,9 @@ export const CONTACT_TOP = `/contacts/pinContacts` // 联系人顶置
|
|
export const CONTACT_PERSON_CANCELS_TOP_PLACEMENT = `/contacts/undoPin` // 取消顶置
|
|
export const CONTACT_PERSON_CANCELS_TOP_PLACEMENT = `/contacts/undoPin` // 取消顶置
|
|
export const TOP_DATA_OF_CONTACT_LIST = `/contacts/pageContactsByPin` // 联系人列表顶置数据
|
|
export const TOP_DATA_OF_CONTACT_LIST = `/contacts/pageContactsByPin` // 联系人列表顶置数据
|
|
|
|
|
|
-export const TOP_OF_CLUES = `/thread/pinThread` // 线索顶置
|
|
|
|
-export const CANCEL_THE_TOP_PLACEMENT_OF_CLUES = `/thread/undoPin` // 取消顶置
|
|
|
|
-export const TOP_DATA_OF_CLUE_LIST = `/thread/pageThreadByPin` // 线索列表顶置数据
|
|
|
|
|
|
+export const TOP_OF_CLUES = `/clue/pinClue` // 线索顶置
|
|
|
|
+export const CANCEL_THE_TOP_PLACEMENT_OF_CLUES = `/clue/undoPin` // 取消顶置
|
|
|
|
+export const TOP_DATA_OF_CLUE_LIST = `/clue/pageClueByPin` // 线索列表顶置数据
|
|
|
|
|
|
export const TASK_TOP = `/tasks/pinTasks` // 任务顶置
|
|
export const TASK_TOP = `/tasks/pinTasks` // 任务顶置
|
|
export const TASK_CANCELLATION_TOP = `/tasks/undoPin` // 取消顶置
|
|
export const TASK_CANCELLATION_TOP = `/tasks/undoPin` // 取消顶置
|