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

提交修改

new-exam
dshclm 5 months ago
parent 2af62ddb98
commit 6901fe3084

@ -7,6 +7,7 @@
<body class="white-bg"> <body class="white-bg">
<div class="wrapper wrapper-content animated fadeInRight ibox-content" id="app"> <div class="wrapper wrapper-content animated fadeInRight ibox-content" id="app">
<form class="form-horizontal m" id="form-network-add"> <form class="form-horizontal m" id="form-network-add">
<input name="deptId" type="hidden" id="treeId"/>
<div class="form-group"> <div class="form-group">
<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">

@ -8,6 +8,7 @@
<div class="wrapper wrapper-content animated fadeInRight ibox-content" id="app"> <div class="wrapper wrapper-content animated fadeInRight ibox-content" id="app">
<form class="form-horizontal m" id="form-network-edit" th:object="${tdPropertyNet}"> <form class="form-horizontal m" id="form-network-edit" th:object="${tdPropertyNet}">
<input name="netId" th:field="*{netId}" type="hidden"> <input name="netId" th:field="*{netId}" type="hidden">
<input name="deptId" type="hidden" id="treeId" th:field="*{deptId}"/>
<div class="form-group"> <div class="form-group">
<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">

Loading…
Cancel
Save