Commit 49331126c1c74191bcfdc85de9816cd2530cb682
1 parent
0f8aea7f
fix: 创建产品时,把默认修改为默认(HTTP、MQTT、COAP)
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -2,7 +2,7 @@ export default { | @@ -2,7 +2,7 @@ export default { | ||
| 2 | createText: '创建产品', | 2 | createText: '创建产品', |
| 3 | importText: '导入产品', | 3 | importText: '导入产品', |
| 4 | exportText: '导出', | 4 | exportText: '导出', |
| 5 | - defaultText: '默认', | 5 | + defaultText: '默认(HTTP、MQTT、COAP)', |
| 6 | productListText: '产品列表', | 6 | productListText: '产品列表', |
| 7 | defaultSettingSuccessText: '设置默认成功', | 7 | defaultSettingSuccessText: '设置默认成功', |
| 8 | defaultSettingFailedText: '设置默认失败', | 8 | defaultSettingFailedText: '设置默认失败', |