Commit 12246a24 authored by 张九刚's avatar 张九刚

移除 Home.vue 中的错误处理代码,暂时注释相关逻辑

parent ec38a560
......@@ -204,12 +204,12 @@ export default {
},
methods: {
async initHomeInfo() {
try{
// try{
await this.homeStore.loadHomeInfo();
}catch(e){
console.log('loadHomeInfo error',e);
}
// await this.homeStore.loadHomeInfo();
// }catch(e){
// console.log('loadHomeInfo error',e);
// }
const { data } = await fetchHomeJSON();
if (data) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment