diff --git a/src/components/Comment/index.vue b/src/components/Comment/index.vue
index b0ab78f..ed8f622 100644
--- a/src/components/Comment/index.vue
+++ b/src/components/Comment/index.vue
@@ -3,6 +3,7 @@ import {computed} from "vue";
import Api from "../../api/index.js";
import {Message} from "@arco-design/web-vue";
import {useSystemStore} from "../../pinia/SystemStore/index.js";
+import XImage from "../XImage/Index.vue";
const emits = defineEmits(['success']);
const SystemStore = useSystemStore();
@@ -33,7 +34,7 @@ const del = async (id) => {
回复{{ list.findIndex(k => k.pid === item.pid) }}:
-
+