From 857e66ead5cd5bb7ee2c38bd99d6da1490eb416f Mon Sep 17 00:00:00 2001 From: binbin0314 Date: Wed, 28 Jul 2021 11:37:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=82=A3=E8=80=85=E8=BD=AC=E5=BD=92=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 115 +++++++++++++++++++++++++++++++---------------------- route.js | 18 +++++---- 2 files changed, 78 insertions(+), 55 deletions(-) diff --git a/index.html b/index.html index 33412cb..6507d48 100644 --- a/index.html +++ b/index.html @@ -47,30 +47,44 @@ -
- -
+
+ +
- +
-
diff --git a/route.js b/route.js index 88e96dc..b3443c0 100644 --- a/route.js +++ b/route.js @@ -1,3 +1,11 @@ +/* + * @Author: your name + * @Date: 2021-07-28 10:15:53 + * @LastEditTime: 2021-07-28 11:37:12 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: \19-plugin-turn-over\route.js + */ get('/blog').to.json({ code: 200, msg: 'ok', @@ -11,21 +19,15 @@ post('/getDate').to.json({ msg: 'ok', data: { status: 0, - startTime: '1627396856605', - disparity: 0, - planStartTime: '1627360856000' }, success: true }) -post('/chooseTime').to.json({ +post('/choose').to.json({ code: 200, msg: 'ok', data: { - status: 1, - startTime: '1627360856000', - disparity: 0, - planStartTime: '1627396856605' + status: 3, }, success: true })