perf:页面优化

This commit is contained in:
xiang
2026-01-30 22:39:43 +08:00
parent 2f087553eb
commit 1ab0e94cfa
2 changed files with 0 additions and 16 deletions

View File

@@ -136,13 +136,8 @@ const vm = new Vue({
axios.post(basePath + "/template/all", { axios.post(basePath + "/template/all", {
id: 1234 id: 1234
}).then(function (res) { }).then(function (res) {
console.log('origin res', res);
vm.templates = res.data.data vm.templates = res.data.data
console.log('templates', vm.templates);
//兼容后端返回数据格式
}); });
},
updated: function () {
} }
}); });

View File

@@ -1,11 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>404</title>
</head>
<body>
404
</body>
</html>