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/8a631c477b421555d63f4e935b90bc3dd6d1b647?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
4 additions and
8 deletions
@ -226,7 +226,7 @@
itemImage: true,
itemImage: true,
postForm: {
postForm: {
checkTypeDTOS:[],
checkTypeDTOS:[],
framework:'36625 ',
framework:'',
area:'',
area:'',
adduser: [[${user.userName}]],
adduser: [[${user.userName}]],
depart: [[${user.dept.deptName}]],
depart: [[${user.dept.deptName}]],
@ -438,9 +438,7 @@
type: 'GET',
type: 'GET',
data: this.params,
data: this.params,
success: function (res) {
success: function (res) {
this.CityList = res.data.filter(function (obj) {
this.CityList = res.data
return obj.id === '36625';
});
}.bind(this)
}.bind(this)
});
});
},
},
@ -538,9 +538,7 @@
type: 'GET',
type: 'GET',
data: this.params,
data: this.params,
success: function(res) {
success: function(res) {
_this.CityList = res.data.filter(function(obj) {
_this.CityList = res.data
return obj.id === '36625';
});
}
}
});
});
},
},
@ -38,7 +38,7 @@
< div class = "form-group" >
< div class = "form-group" >
< label class = "col-sm-4 control-label is-required" > 登录账号:< / label >
< label class = "col-sm-4 control-label is-required" > 登录账号:< / label >
< div class = "col-sm-8" >
< div class = "col-sm-8" >
< input class = "form-control" required type = "text" readonly= "true" th:field= "*{loginName}" / >
< input class = "form-control" required type = "text" th:field= "*{loginName}" / >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >