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/b6f52f1dfd97a429fc933c598ffb7d3b361b3211?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
5 changed files with
5 additions and
1 deletions
@ -9,6 +9,7 @@
< div class = "wrapper wrapper-content animated fadeInRight ibox-content" >
< form class = "form-horizontal m" id = "form-leave-add" th:object = "${addleave}" >
< input name = "userId" type = "hidden" th:value = "*{userId}" id = "userId" / >
< input name = "deptId" type = "hidden" id = "treeId" / >
< div class = "form-group" >
< label class = "col-sm-3 control-label is-required" > 人员姓名:< / label >
< div class = "col-sm-8" >
@ -9,6 +9,7 @@
< form class = "form-horizontal m" id = "form-leave-edit" th:object = "${tdLeave}" >
< input name = "id" th:field = "*{id}" type = "hidden" >
< input name = "userId" type = "hidden" th:value = "*{userId}" id = "userId" / >
< input name = "deptId" type = "hidden" th:field = "*{deptId}" id = "treeId" / >
< div class = "form-group" >
< label class = "col-sm-3 control-label is-required" > 人员姓名:< / label >
< div class = "col-sm-8" >
@ -7,6 +7,7 @@
< body class = "white-bg" >
< div class = "wrapper wrapper-content animated fadeInRight ibox-content" id = "app" >
< form class = "form-horizontal m" id = "form-property-add" >
< input name = "deptId" type = "hidden" id = "treeId" / >
< div class = "form-group" >
< label class = "col-sm-3 control-label is-required" > 所属地市:< / label >
< div class = "col-sm-8" >
@ -8,6 +8,7 @@
< div class = "wrapper wrapper-content animated fadeInRight ibox-content" id = "app" >
< form class = "form-horizontal m" id = "form-property-edit" th:object = "${tdPropertyManager}" >
< input name = "useId" th:field = "*{useId}" type = "hidden" >
< input name = "deptId" type = "hidden" th:field = "*{deptId}" id = "treeId" / >
< div class = "form-group" >
< label class = "col-sm-3 control-label is-required" > 密品编号:< / label >
< div class = "col-sm-8" >
@ -9,7 +9,7 @@
< div class = "wrapper wrapper-content animated fadeInRight ibox-content" id = "app" >
< form class = "form-horizontal m" id = "form-train-edit" th:object = "${tdTrain}" >
< input name = "ID" th:field = "*{ID}" type = "hidden" >
<!-- <input name="deptId" type="hidden" th:field="*{deptId}" id="treeId"> -- >
< input name = "deptId" type = "hidden" th:field = "*{deptId}" id = "treeId" >
< div class = "row" >
< div class = "col-sm-6" >
< div class = "form-group" >