🧪 test(debug页面): 修复增加版本号之后调试页面不能用的问题

This commit is contained in:
luying
2023-07-12 11:48:59 +08:00
parent 2c6e134443
commit f0540f1e32

View File

@@ -46,6 +46,10 @@
<label for="route">serverId</label>
<input type="text" class="form-control" id="serverId" name="serverId" placeholder="serverId">
</div>
<div class="form-group">
<label for="route">版本</label>
<input type="text" class="form-control" id="version" name="version" placeholder="version" value="1.0.0.0">
</div>
<div class="form-group">
<label for="params">参数</label>
<textarea class="form-control" name="params" id="params" cols="30" rows="10"></textarea>