From 320ed3f4782f9662f79ecfe14d2cf3f34dd288c5 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 01 八月 2023 19:52:36 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/changetime.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/changetime.js b/src/main/webapp/static/js/changetime.js index 5bd42be..674608b 100644 --- a/src/main/webapp/static/js/changetime.js +++ b/src/main/webapp/static/js/changetime.js @@ -29,7 +29,7 @@ itemId:str[1],weightNum:str[2],realEndTime:realEndTime } $.ajax({ - url: baseurl + '/pms/projectPlan/update/homepage', + url: baseUrl + '/pms/projectPlan/update/homepage', type: 'GET', dataType: 'JSON', data: param, -- Gitblit v1.9.1