add wristband path history info
This commit is contained in:
@@ -16,6 +16,7 @@ import ActionLink from './containers/AdminPage/ActionLink';
|
||||
import ActionLinkAdd from './containers/AdminPage/ActionLinkAdd';
|
||||
import IPCam from './containers/AdminPage/IPCam';
|
||||
import Wristband from './containers/AdminPage/Wristband';
|
||||
import ModbusPreview from './containers/AdminPage/ModbusPreview';
|
||||
|
||||
const Routes = (
|
||||
<Route path="/admin" component={AdminPage}>
|
||||
@@ -28,6 +29,7 @@ const Routes = (
|
||||
<Route path="iocmd" component={IOCmd} />
|
||||
<Route path="schedule" component={Schedule} />
|
||||
<Route path="modbus" component={Modbus} />
|
||||
<Route path="modbuspreview" component={ModbusPreview} />
|
||||
<Route path="link" component={ActionLink} />
|
||||
<Route path="addlink" component={ActionLinkAdd} />
|
||||
<Route path="modbuscmd" component={ModbusCmd} />
|
||||
|
||||
Reference in New Issue
Block a user