From f3c9c567a7daac6b7b2daa30e66211a67fbd96e5 Mon Sep 17 00:00:00 2001 From: dcb9 Date: Wed, 20 Jun 2018 14:57:33 +0800 Subject: [PATCH] remove replay implemention --- frontend/src/components/Main.vue | 18 +--- transaction/serve.go | 19 ---- web/bindata_assetfs.go | 174 +++++++++++++++---------------- web/ws/api.go | 18 ---- web/ws/client.go | 6 +- 5 files changed, 89 insertions(+), 146 deletions(-) diff --git a/frontend/src/components/Main.vue b/frontend/src/components/Main.vue index 3d89c9f..91083a7 100644 --- a/frontend/src/components/Main.vue +++ b/frontend/src/components/Main.vue @@ -38,10 +38,7 @@
-

-
Request
-
-

+

Request

show cURL command

Tips @@ -178,9 +175,6 @@ this.cts = t; this.downloadCurl = false; }, - replay: function(id) { - this.wsConn.send(JSON.stringify({Action: "replay", ID: id})) - }, doDownloadCurl: function() { this.downloadCurl = !this.downloadCurl; } @@ -204,19 +198,9 @@