style: project modue endpoint 样式微调

This commit is contained in:
zhangyu
2021-04-21 16:35:48 +08:00
parent ead11e248c
commit 2803cbe695
13 changed files with 1199 additions and 60 deletions

View File

@@ -253,7 +253,7 @@ export default {
},
pageObj: {
pageNo: 1,
pageSize: 2
pageSize: 10
},
pages: {
total: 0,
@@ -606,7 +606,6 @@ export default {
assetId: item.assetId,
name: item.name,
configs: JSON.stringify(item.configs),
port: 9100
}
endpointList.push(endpoint)
})