Commit d6f6f97f by 董文博

fix (im) 去除会话类型

parent b8db0839
Showing with 0 additions and 27 deletions
...@@ -162,12 +162,6 @@ export enum IMDomainType { ...@@ -162,12 +162,6 @@ export enum IMDomainType {
"外国人工作许可h" = "biz_wgrgzxk_h", "外国人工作许可h" = "biz_wgrgzxk_h",
"成都购房社保合规咨询" = "biz_cdgfsbhgzx", "成都购房社保合规咨询" = "biz_cdgfsbhgzx",
"成都落户咨询服务" = "biz_cdlhzxfw", "成都落户咨询服务" = "biz_cdlhzxfw",
// 表格以外,亲亲小保项目中有使用
"企业社保薪酬咨询" = "con_qysbxcconsult",
"知识产权相关咨询" = "con_zscqxgconsult",
"公司资质咨询" = "con_gszzzx",
"保险及员工福利业务咨询" = "con_bxjygflywconsult",
"工商财税业务咨询" = "con_gscsywconsult",
} }
export const imItems = [ export const imItems = [
...@@ -814,27 +808,6 @@ export const imItems = [ ...@@ -814,27 +808,6 @@ export const imItems = [
type: IMDomainType.成都落户咨询服务, type: IMDomainType.成都落户咨询服务,
title: "成都落户咨询服务", title: "成都落户咨询服务",
}, },
// 表格以外,亲亲小保项目中有使用
{
type: IMDomainType.企业社保薪酬咨询,
title: "企业社保薪酬咨询",
},
{
type: IMDomainType.知识产权相关咨询,
title: "知识产权相关咨询",
},
{
type: IMDomainType.公司资质咨询,
title: "公司资质咨询",
},
{
type: IMDomainType.保险及员工福利业务咨询,
title: "保险及员工福利业务咨询",
},
{
type: IMDomainType.工商财税业务咨询,
title: "工商财税业务咨询",
},
]; ];
export function getOrderProductName(code: string) { export function getOrderProductName(code: string) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment