Compare commits

..

No commits in common. "9817746fb4327fb05e4d1f69a8eaa222d55aad75" and "3bd491ee5b85b6234eb2d2eed2d0aac1d8048648" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ FluArea {
id: listModel
}
Component.onCompleted: {
var history = UserData.viewHistory
console.log(history)
listModel.clear()
for (var i = 0; i < history.length; i++) {
Request.get("/knowledge/" + history[i] + "/detailed", response => {