From 99b62c6b4849c0d9d3c31e135e56994199fb793c Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期二, 22 十一月 2022 14:47:55 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/plan/plan.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/plan/plan.js b/src/main/webapp/static/js/plan/plan.js index 68db138..871c9e4 100644 --- a/src/main/webapp/static/js/plan/plan.js +++ b/src/main/webapp/static/js/plan/plan.js @@ -229,7 +229,6 @@ method: 'GET', success: function (res0) { let planType = res0.data; - console.log(planType); if (res0.code === 200) { admin.open({ type: 1, -- Gitblit v1.9.1