标题使用数据返回

This commit is contained in:
ljx 2024-11-29 15:50:25 +08:00
parent fc2d259ef0
commit a9634e0562
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ export default {
}) })
} }
this.showData.name = '永盛科技数据看板' this.showData.name = res.data.title;
this.loadingDone = true this.loadingDone = true
} }
}); });