fix: 修复搜索补全不生效的问题
This commit is contained in:
parent
cd54dae176
commit
c1915fb6b1
@ -255,7 +255,7 @@ $(function(){
|
||||
var inputValue = $(this).val();
|
||||
// 发送Ajax请求
|
||||
$.ajax({
|
||||
url: "searchmusic", // 服务器端处理脚本
|
||||
url: "/searchmusic", // 服务器端处理脚本
|
||||
type: "GET",
|
||||
dataType: "json",
|
||||
data: {
|
||||
|
Loading…
Reference in New Issue
Block a user