实现HTTP部分功能

This commit is contained in:
刘祥超
2020-09-26 08:07:18 +08:00
parent 94cdd7abb8
commit 81121bb7dc
32 changed files with 280 additions and 147 deletions

View File

@@ -10,7 +10,7 @@
<tr>
<td class="title">Web目录</td>
<td>
<input type="text" name="root" v-model="webConfig.root"/>
<input type="text" name="root" v-model="webConfig.root" ref="focus"/>
</td>
</tr>
</table>