Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
49331126c1c74191bcfdc85de9816cd2530cb682
Authored by
fengtao
2024-10-16 13:43:52 +0800
1 parent
0f8aea7f
fix: 创建产品时,把默认修改为默认(HTTP、MQTT、COAP)
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/locales/lang/zh-CN/deviceManagement/product.ts
src/locales/lang/zh-CN/deviceManagement/product.ts
View file @
4933112
...
...
@@ -2,7 +2,7 @@ export default {
2
2
createText: '创建产品',
3
3
importText: '导入产品',
4
4
exportText: '导出',
5
-
defaultText: '默认',
5
+
defaultText: '默认
(HTTP、MQTT、COAP)
',
6
6
productListText: '产品列表',
7
7
defaultSettingSuccessText: '设置默认成功',
8
8
defaultSettingFailedText: '设置默认失败',
...
...