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 - -