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/8637018bce6ea926ccaf094b3301591650ec1402?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

提交修改

pg_adapter
dshclm 7 months ago
parent 3e8f70044a
commit 8637018bce

@ -20,12 +20,6 @@
<input name="name" disabled th:field="*{name}" class="form-control" type="text">
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">旁站人员:</label>
<div class="col-sm-8">
<input name="destoryStand" th:field="*{destoryStand}" placeholder="请输入旁站人员" class="form-control" type="text">
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">报废类型:</label>
<div class="col-sm-8">

@ -47,12 +47,6 @@
<input name="propertySn" disabled th:field="*{propertySn}" class="form-control" type="text">
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label is-required">旁站人员:</label>
<div class="col-sm-8">
<input name="destoryStand" required th:field="*{destoryStand}" placeholder="请输入旁站人员" class="form-control" type="text">
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">报废类型:</label>
<div class="col-sm-8">

Loading…
Cancel
Save