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/951cce818e76847e867a8f2eedb37f4967ff04ab?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:维修商页面调整

kingbase
wangxy 10 months ago
parent 2099077837
commit 951cce818e

@ -21,7 +21,7 @@
<li> <li>
<label>状态:</label> <label>状态:</label>
<select name="indentureState" th:with="type=${@dict.getType('sys_normal_disable')}"> <select name="indentureState" th:with="type=${@dict.getType('sys_normal_disable')}">
<option value="">所有</option> <option value="">---请选择---</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option> <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select> </select>
</li> </li>

Loading…
Cancel
Save