日间系统开发

ECO日间手术系统重构


新增菜单数据

<h5>简要描述</h5> <ul> <li>无</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:8888/sys/addMenu</code> </li> </ul> <h5>请求方式</h5> <ul> <li>post</li> </ul> <h5>Header</h5> <table> <thead> <tr> <th style="text-align: left;">header</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">X-Token</td> <td style="text-align: left;">是</td> <td>string</td> <td>无</td> </tr> </tbody> </table> <h5>请求参数示例</h5> <pre><code>{ &amp;quot;name&amp;quot;: &amp;quot;测试菜单&amp;quot;, &amp;quot;menutype&amp;quot;: &amp;quot;C&amp;quot;, &amp;quot;icon&amp;quot;: null, &amp;quot;target&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;url&amp;quot;: &amp;quot;\/test&amp;quot;, &amp;quot;isLeftMenu&amp;quot;: null, &amp;quot;redirect&amp;quot;: &amp;quot;\/operation\/test&amp;quot;, &amp;quot;parentId&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;permission&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;statusDict&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;urlType&amp;quot;: null, &amp;quot;module&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;sort&amp;quot;: 1, &amp;quot;docTableId&amp;quot;: null, &amp;quot;component&amp;quot;: &amp;quot;\/views\/layout\/test.vue&amp;quot; } </code></pre>

页面列表

ITEM_HTML