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 })