🧪 test(debug页面): 修复增加版本号之后调试页面不能用的问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user