fix: 修复搜索补全不生效的问题

This commit is contained in:
涵曦 2024-09-21 23:33:19 +08:00
parent cd54dae176
commit c1915fb6b1

View File

@ -255,7 +255,7 @@ $(function(){
var inputValue = $(this).val();
// 发送Ajax请求
$.ajax({
url: "searchmusic", // 服务器端处理脚本
url: "/searchmusic", // 服务器端处理脚本
type: "GET",
dataType: "json",
data: {