From af1e1d14318a6354819108b84205a15f21380748 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期五, 24 十一月 2023 15:12:58 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/plan/plan.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/plan/plan.js b/src/main/webapp/static/js/plan/plan.js index 77720d3..e8f9d0a 100644 --- a/src/main/webapp/static/js/plan/plan.js +++ b/src/main/webapp/static/js/plan/plan.js @@ -302,7 +302,7 @@ $("#upload-filename-id-" + file.lastModified).html(filename) let token = localStorage.getItem("token"); $.ajax({ - url: baseUrl+"/plan/insert/file/auth", + url: baseUrl+"/plan/url/insert/file/auth", headers: {'token': localStorage.getItem('token')}, data: { 'planId': $('.layui-layer-title').text(), @@ -644,7 +644,7 @@ }); // 鑾峰彇璺緞涓嬬殑鏂囦欢鍒楄〃锛屼娇鐢� jQuery 鐨� ajax 鏂规硶 $.ajax({ - url: '/plan/view/file/auth', + url: '/plan/url/view/file/auth', data:{ planId:planIdSign }, -- Gitblit v1.9.1