From 306220833221b576dfb2365293055096b029a552 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 26 Apr 2017 17:34:35 +0800 Subject: [PATCH] fix url --- .../AdminPage/Wristband/WristbandInfo/WristbandHealthInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AdminPage/Wristband/WristbandInfo/WristbandHealthInfo.js b/src/components/AdminPage/Wristband/WristbandInfo/WristbandHealthInfo.js index d37d7ac..53c1f3b 100644 --- a/src/components/AdminPage/Wristband/WristbandInfo/WristbandHealthInfo.js +++ b/src/components/AdminPage/Wristband/WristbandInfo/WristbandHealthInfo.js @@ -33,7 +33,7 @@ class WristbandPathInfo extends React.Component{ getList = () => { let {mac, showDialog, getRequest} = this.props; - fetch('/api/wristband/getwristbandhealthpath', getRequest({ + fetch('/api/wristband/getwristbandhealthinfo', getRequest({ mac, stime: Math.floor(this.state.stime / 1000), etime: Math.floor(this.state.etime / 1000)