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/50237d3e6082eee4553f387df312dbea922da065?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
10 additions and
5 deletions
@ -37,14 +37,12 @@
< div class = "logopanel m-b" >
< div class = "logopanel m-b" >
< / div >
< / div >
< div class = "m-b" > < / div >
< div class = "m-b" > < / div >
< h4 > 欢迎使用 < strong > 保密业务辅助后台管理系统< / strong > < / h4 >
< strong th:if = "${isAllowRegister}" > 还没有账号? < a th:href = "@{/register}" > 立即注册» < / a > < / strong >
< strong th:if = "${isAllowRegister}" > 还没有账号? < a th:href = "@{/register}" > 立即注册» < / a > < / strong >
< / div >
< / div >
< / div >
< / div >
< div class = "col-sm-5" >
< div class = "col-sm-5" >
< form id = "signupForm" autocomplete = "off" >
< form id = "signupForm" autocomplete = "off" >
< h 4 class = "no-margins" > 登录:< / h4 >
< h 3> < strong > 保密业务辅助后台管理系统< / strong > < / h3 >
< input type = "text" name = "username" class = "form-control uname" placeholder = "用户名" value = "admin" / >
< input type = "text" name = "username" class = "form-control uname" placeholder = "用户名" value = "admin" / >
< input type = "password" name = "password" class = "form-control pword" placeholder = "密码" value = "admin123" / >
< input type = "password" name = "password" class = "form-control pword" placeholder = "密码" value = "admin123" / >
< div class = "checkbox-custom m-t" th:if = "${isRemembered}" >
< div class = "checkbox-custom m-t" th:if = "${isRemembered}" >
@ -77,7 +77,7 @@
< / div >
< / div >
< div class = "btn-group-sm" id = "toolbar" role = "group" >
< div class = "btn-group-sm" id = "toolbar" role = "group" >
< a class = "btn btn-success" onclick = " $.operate.a dd()" shiro:hasPermission = "system:netinfo:add" >
< a class = "btn btn-success" onclick = " hanldA dd()" shiro:hasPermission = "system:netinfo:add" >
< i class = "fa fa-plus" > < / i > 添加
< i class = "fa fa-plus" > < / i > 添加
< / a >
< / a >
< a class = "btn btn-primary single disabled" onclick = "$.operate.edit()" shiro:hasPermission = "system:netinfo:edit" >
< a class = "btn btn-primary single disabled" onclick = "$.operate.edit()" shiro:hasPermission = "system:netinfo:edit" >
@ -106,11 +106,18 @@
var netMijiDatas = [[${@dict.getType('sys_file_miji')}]];
var netMijiDatas = [[${@dict.getType('sys_file_miji')}]];
var isCurcialDatas = [[${@dict.getType('sys_yes_no')}]];
var isCurcialDatas = [[${@dict.getType('sys_yes_no')}]];
var prefix = ctx + "system/network/netinfo";
var prefix = ctx + "system/network/netinfo";
var obj = {id:''};
obj.id = [[${id}]] + ''
// 添加信息
function hanldAdd() {
table.set();
$.modal.open("添加" + table.options.modalName, $.operate.addUrl(obj.id));
};
$(function() {
$(function() {
var options = {
var options = {
url: prefix + "/list",
url: prefix + "/list",
createUrl: prefix + "/add",
createUrl: prefix + "/add/{id} ",
updateUrl: prefix + "/edit/{id}",
updateUrl: prefix + "/edit/{id}",
removeUrl: prefix + "/remove",
removeUrl: prefix + "/remove",
exportUrl: prefix + "/export",
exportUrl: prefix + "/export",