Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/cfa02431d9bcba3129dde37ead45599549bfcb0d?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:编码规范性修改

kingbase
wangxy 10 months ago
parent 0db2d9f706
commit cfa02431d9

@ -93,9 +93,9 @@
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label class="col-sm-4 control-label">培训人员:</label>
<label class="col-sm-4 control-label is-required">培训人员:</label>
<div class="col-sm-8">
<input name="trainName" placeholder="请输入培训人员" class="form-control" type="text">
<input name="trainName" required placeholder="请输入培训人员" class="form-control" type="text">
</div>
</div>
</div>

Loading…
Cancel
Save