Skip to content

Commit

Permalink
fix(设备模拟器): 接入方式调整
Browse files Browse the repository at this point in the history
删除TCP接入方式

re #212
  • Loading branch information
Lind-pro committed Oct 14, 2020
1 parent 305ec82 commit 79d4e43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/simulator/device/save/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ const Save: React.FC<Props> = props => {
"value": "mqtt_client",
"label": "MQTT"
},
{
"value": "tcp_client",
"label": "TCP"
}
// {
// "value": "tcp_client",
// "label": "TCP"
// }
],
"x-rules": [
{
Expand Down

0 comments on commit 79d4e43

Please sign in to comment.