diff --git a/data/navs.json b/data/navs.json index 3949057..85cdab0 100644 --- a/data/navs.json +++ b/data/navs.json @@ -7,12 +7,6 @@ "spread": true, "isCheck": true }, - { - "title": "测试", - "href": "pages/help/test.html", - "fontFamily": "ok-icon", - "icon": "" - }, { "title": "控制台示例", "href": "", diff --git a/pages/help/okFly.html b/pages/help/okFly.html index 8e109ce..cbc4645 100644 --- a/pages/help/okFly.html +++ b/pages/help/okFly.html @@ -54,12 +54,12 @@ okFly.post("/test", {a:1,b:2}).then(function(res){ params - JSON + Object 请求参数 options - JSON + Object 配置项 @@ -84,7 +84,7 @@ okFly.post("/test", {a:1,b:2}).then(function(res){ headers - JSON + Object 配置请求头 diff --git a/pages/help/test.html b/pages/help/test.html index 1e6ecf5..bc0a47b 100644 --- a/pages/help/test.html +++ b/pages/help/test.html @@ -35,3 +35,10 @@ dsafasdf }); }); +