This commit is contained in:
qitmac000249 2017-08-10 12:14:40 +08:00
commit c204913521
2 changed files with 43 additions and 34 deletions

View File

@ -195,6 +195,11 @@ const routerConfig = {
"action": "search", "action": "search",
"path": "search", "path": "search",
"method": "get" "method": "get"
},
{
"action": "download",
"path": "download",
"method": "get"
} }
], ],
"interface": [ "interface": [

View File

@ -202,6 +202,10 @@ var routerConfig = {
"action": "search", "action": "search",
"path": "search", "path": "search",
"method": "get" "method": "get"
}, {
"action": "download",
"path": "download",
"method": "get"
}], }],
"interface": [{ "interface": [{
"action": "add", "action": "add",