perf:页面优化
This commit is contained in:
@@ -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 () {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user