Skip to content

Commit

Permalink
🐛 fixed pages limit param
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Oct 7, 2018
1 parent 23e8f1f commit 97d365f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/templates/admin/pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ <h3 class="panel-title">页面管理</h3>
var $vm = this;
tale.get({
url: '/admin/api/pages',
data: {
page: page,
limit: 12
},
success: function (data) {
$vm.articlePage = data.payload
},
Expand Down

0 comments on commit 97d365f

Please sign in to comment.