修复用户数据安全漏洞

This commit is contained in:
F嘉阳
2018-02-27 11:25:13 +08:00
parent b48ad48c72
commit 76a84528a9
5 changed files with 9 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ var Main = {
.catch(function (error) {
console.log(error);
});
axios.get(getRootPath_web()+'/home/findvfeedback')
axios.get(getRootPath_web()+'/home/admin/findvfeedback')
.then(function (response) {
console.log(response.data);
that.feedbackData = response.data;