Skip to content

Commit

Permalink
图片检索
Browse files Browse the repository at this point in the history
  • Loading branch information
yuedun committed Jul 17, 2021
1 parent 0fa2fd0 commit 668c60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/admin/picture.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1>
<div class="box-header with-border">
<h3 class="box-title">原网页内容</h3>
</div>
<form role="form" method="get" action="/admin/picture">
<form role="form" method="get" action="/admin/page/picture">
<div class="box-body">
<div class="form-group">
<label for="name">name</label>
Expand Down Expand Up @@ -205,7 +205,7 @@ <h3 class="box-title">挑选的图片和文字</h3>
tag: tags.toString()
}
$.ajax({
url: '/admin/pictures',
url: '/admin/api/pictures',
type: 'post', //GET
async: true, //或false,是否异步
data: JSON.stringify(params),
Expand Down

0 comments on commit 668c60f

Please sign in to comment.