From afeaeb042769bd2f2467df26b33cd83e8ae9607d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Tue, 12 Sep 2023 09:07:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=E4=BA=A4=E6=98=93=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/common/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/common/main.js b/static/js/common/main.js index 2538fbd..3d70546 100644 --- a/static/js/common/main.js +++ b/static/js/common/main.js @@ -161,7 +161,7 @@ require(["jquery", "Tools","addressApi"], function ($, Tools) { searchAllNew = function () { var searchAllTitle = $('#searchAllTitle').val(); - tools.skip('view/new/newList.html?title='+searchAllTitle); + tools.skip('/view/new/newList.html?title='+searchAllTitle); } })