diff --git a/src/router/index.ts b/src/router/index.ts
index cdcc499..701371d 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -39,11 +39,6 @@ export const constantRoutes: RouteRecordRaw[] = [
}
]
},
- {
- path: '/im-test',
- hidden: true,
- component: () => import('@/views/im/index.vue')
- },
{
path: '/social-callback',
hidden: true,
diff --git a/src/views/darren/index.vue b/src/views/darren/index.vue
index da1bbe3..d925be6 100644
--- a/src/views/darren/index.vue
+++ b/src/views/darren/index.vue
@@ -14,25 +14,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
搜索
重置
@@ -71,8 +52,6 @@
-
-
@@ -80,24 +59,7 @@
{{ getPhon(scope.row.personPhone) }}
-
-
-
- {{ signList.filter((item) => item.value == scope.row.signStatus)[0]?.label }}
-
-
-
-
- {{ scope.row.failureReason || '-' }}
-
-
-
-
-
- {{ scope.row.status == 0 ? '启用' : '停用' }}
-
-