diff --git a/pages/index.vue b/pages/index.vue
index 997c1b17..bfa91faa 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -197,7 +197,7 @@
-
-
+
-
@@ -436,10 +436,12 @@
this.response.body = JSON.stringify(JSON.parse(this.response.body), null, 2);
}
}
- const n = new Date().toLocaleTimeString();
+ const d = new Date().toLocaleDateString();
+ const t = new Date().toLocaleTimeString();
this.history = [{
status: xhr.status,
- time: n,
+ date: d,
+ time: t,
method: this.method,
url: this.url,
path: this.path