浏览代码

Update edit.html

添加/编辑页面增加了跳转到HTTP在线接口测试的链接
tolower 9 年之前
父节点
当前提交
3bcfed3006
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Application/Home/View/Page/edit.html

+ 1 - 0
Application/Home/View/Page/edit.html

@@ -43,6 +43,7 @@
         <button id="api-doc" tabindex="4" >插入API接口模板</button>
         <button id="database-doc" tabindex="5" >插入数据字典模板</button>
         <button id="jsons" tabindex="7" >JSON转参数表格</button>
+        <a href="?s=home/page/http_api" target="_blank" class="btn" >在线HTTP请求测试</a>
     </div>
     <div id="editormd">
         <textarea id="page_content" style="display:none;" tabindex="6" >{$page.page_content}</textarea>