From 1ab0e94cfae6e65aaecbc1d56ee58629db93c09d Mon Sep 17 00:00:00 2001 From: xiang Date: Fri, 30 Jan 2026 22:39:43 +0800 Subject: [PATCH] =?UTF-8?q?perf:=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/src/main/resources/statics/js/main.js | 5 ----- script/src/main/resources/templates/404.html | 11 ----------- 2 files changed, 16 deletions(-) delete mode 100644 script/src/main/resources/templates/404.html diff --git a/script/src/main/resources/statics/js/main.js b/script/src/main/resources/statics/js/main.js index 0269a9c..31ca161 100644 --- a/script/src/main/resources/statics/js/main.js +++ b/script/src/main/resources/statics/js/main.js @@ -136,13 +136,8 @@ const vm = new Vue({ axios.post(basePath + "/template/all", { id: 1234 }).then(function (res) { - console.log('origin res', res); vm.templates = res.data.data - console.log('templates', vm.templates); - //兼容后端返回数据格式 }); - }, - updated: function () { } }); diff --git a/script/src/main/resources/templates/404.html b/script/src/main/resources/templates/404.html deleted file mode 100644 index ec465d5..0000000 --- a/script/src/main/resources/templates/404.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - 404 - - -404 - -