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", {
id: 1234
}).then(function (res) {
console.log('origin res', res);
vm.templates = res.data.data
console.log('templates', vm.templates);
//兼容后端返回数据格式
});
},
updated: function () {
}
});