bugfix
This commit is contained in:
parent
eb81fa3ce3
commit
0176bd9a51
2
json/build.sh
Executable file → Normal file
2
json/build.sh
Executable file → Normal file
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
xls2ui -m ../models -o ../wwwroot appbase *.json
|
||||
xls2ui -m ../models -o ../wwwroot uapi *.json
|
||||
|
||||
@ -1,20 +0,0 @@
|
||||
{
|
||||
"tblname":"uapiset",
|
||||
"params":{
|
||||
"title":"API接口集",
|
||||
"description":"支持的所有API接口",
|
||||
"sortby":"name",
|
||||
"browserfields":{
|
||||
"exclouded":["id"],
|
||||
"alters":{}
|
||||
},
|
||||
"editexclouded":["id"],
|
||||
"subtables":[
|
||||
{
|
||||
"field":"usid",
|
||||
"subtable": "uapi",
|
||||
"title": "API"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user