diff --git a/src/types/pool/tags.ts b/src/types/pool/tags.ts
deleted file mode 100644
index c902f9b4..00000000
--- a/src/types/pool/tags.ts
+++ /dev/null
@@ -1,49 +0,0 @@
-// Temp data
-
-interface tag {
- index: number
- name: string
-}
-
-export const tags: tag[] = [
- {
- index: 1,
- name: '啊这可海星',
- },
- {
- index: 2,
- name: '啊这可海星',
- },
- {
- index: 3,
- name: '啊这可海星',
- },
- {
- index: 4,
- name: '啊这可海星啊这可海星',
- },
- {
- index: 5,
- name: '啊这可海星',
- },
- {
- index: 6,
- name: '啊这可海星啊这可海星',
- },
- {
- index: 7,
- name: '啊这可海星',
- },
- {
- index: 8,
- name: '啊这可海星啊这可',
- },
- {
- index: 9,
- name: '啊这可海星',
- },
- {
- index: 10,
- name: '啊这可海星',
- },
-]
diff --git a/src/views/pool/Pool.vue b/src/views/pool/Pool.vue
index feb91e9e..3f312355 100644
--- a/src/views/pool/Pool.vue
+++ b/src/views/pool/Pool.vue
@@ -1,7 +1,6 @@
-
-
-
- {{
- kun.name
- }}
-
-
-
-
diff --git a/src/views/pool/components/topic.ts b/src/views/pool/components/topic.ts
index 4f968d6e..0431fc17 100644
--- a/src/views/pool/components/topic.ts
+++ b/src/views/pool/components/topic.ts
@@ -1,7 +1,3 @@
-// 临时数据
-
-import { randomNum } from '@/utils/random'
-
interface Topic {
index: number
title: string