From fa0351848cbf1650b19c4383f7032e02901183dd Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 28 十一月 2022 14:31:50 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/plan/plan.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/plan/plan.js b/src/main/webapp/static/js/plan/plan.js
index 393caa9..5c60d0f 100644
--- a/src/main/webapp/static/js/plan/plan.js
+++ b/src/main/webapp/static/js/plan/plan.js
@@ -225,7 +225,7 @@
                                 let planTypeId = data.field.planType;
                                 let loadIndex0 = layer.load(2);
                                 $.ajax({
-                                    url: baseUrl + "/planType/" + planTypeId + "/auth",
+                                    url: baseUrl + "/planType/" + planTypeId + "/plan/auth",
                                     headers: {'token': localStorage.getItem('token')},
                                     method: 'GET',
                                     success: function (res0) {

--
Gitblit v1.9.1