mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-04-06 12:15:05 +08:00
fix: 修复搜索补全不生效的问题
This commit is contained in:
@@ -255,7 +255,7 @@ $(function(){
|
||||
var inputValue = $(this).val();
|
||||
// 发送Ajax请求
|
||||
$.ajax({
|
||||
url: "searchmusic", // 服务器端处理脚本
|
||||
url: "/searchmusic", // 服务器端处理脚本
|
||||
type: "GET",
|
||||
dataType: "json",
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user