yangfeng
2023-07-10 8e7cd003414ea4ca8f42fb3171de18f8839ece17
src/router/custom/index.js
@@ -11,7 +11,8 @@
    name: "salesLead",
    component: salesLead,
    meta: {
      title: "销售线索"
      title: "销售线索",
      requireAuth: true
    }
  },
  {
@@ -19,7 +20,8 @@
    name: "customManage",
    component: customManage,
    meta: {
      title: "客户管理"
      title: "客户管理",
      requireAuth: true
    }
  },
  {
@@ -27,7 +29,8 @@
    name: "contacts",
    component: contacts,
    meta: {
      title: "联系人"
      title: "联系人",
      requireAuth: true
    }
  },
  {
@@ -35,7 +38,8 @@
    name: "followupRecords",
    component: followupRecords,
    meta: {
      title: "跟进记录"
      title: "跟进记录",
      requireAuth: true
    }
  }
]