优化重构

This commit is contained in:
xuliangzhan
2020-02-25 15:40:59 +08:00
parent 054634fef2
commit 759d2ea9a5
52 changed files with 377 additions and 294 deletions

View File

@@ -239,7 +239,7 @@ const apis = [
version: '',
type: '',
enum: '',
defVal: 'currentPage',
defVal: '{currentPage}',
list: []
},
{
@@ -248,7 +248,7 @@ const apis = [
version: '',
type: '',
enum: '',
defVal: 'pageSize',
defVal: '{pageSize}',
list: []
},
{