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/dad5200005ea3544fc9aa7d4a39500b164e8cc55?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
1 deletions
@ -67,6 +67,7 @@
< label class = "col-sm-3 control-label is-required" > 发出状态:< / label >
< label class = "col-sm-3 control-label is-required" > 发出状态:< / label >
< div class = "col-sm-8" >
< div class = "col-sm-8" >
< select name = "notifyState" required class = "form-control m-b" th:with = "type=${@dict.getType('sys_notice_state')}" >
< select name = "notifyState" required class = "form-control m-b" th:with = "type=${@dict.getType('sys_notice_state')}" >
< option value = "" > ---请选择---< / option >
< option th:each = "dict : ${type}" th:text = "${dict.dictLabel}" th:value = "${dict.dictValue}" th:field = "*{notifyState}" > < / option >
< option th:each = "dict : ${type}" th:text = "${dict.dictLabel}" th:value = "${dict.dictValue}" th:field = "*{notifyState}" > < / option >
< / select >
< / select >
< / div >
< / div >
@ -36,7 +36,7 @@
< li >
< li >
< label > 发出状态:< / label >
< label > 发出状态:< / label >
< select name = "notifyState" th:with = "type=${@dict.getType('sys_notice_state')}" >
< select name = "notifyState" th:with = "type=${@dict.getType('sys_notice_state')}" >
< 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 >