From b6c363cdc1ea55dbfc1dfdb6a7c27c8fc51fa0e2 Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期五, 02 四月 2021 16:13:38 +0800 Subject: [PATCH] 右侧搜索栏统一修改标题。 --- src/utils/AjaxUtils.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils/AjaxUtils.js b/src/utils/AjaxUtils.js index 0499763..d0e1bfa 100644 --- a/src/utils/AjaxUtils.js +++ b/src/utils/AjaxUtils.js @@ -33,7 +33,7 @@ axios({ method: 'get', url: pUrl, - data: pData + params: pData }).then(function (response) { pBackFun(response) }) -- Gitblit v1.8.0