diff --git a/src/components/LogPage.vue b/src/components/LogPage.vue
index 5114334..1261827 100644
--- a/src/components/LogPage.vue
+++ b/src/components/LogPage.vue
@@ -1,4 +1,125 @@
-
-
-
\ No newline at end of file
+
+
+
+
+
+ {{ new Date(item.timestamp).toLocaleString() }}
+
+
+
+
+ {{ item.level }}
+
+
+
+
+
+
+
+
+
+
+ 添加测试日志
+
+
+
+
+
+
+
+
+
\ No newline at end of file