From eab064c155d1bb9eb9007098de9b01d0ea6f7d4a Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 28 Apr 2022 18:29:43 +0800 Subject: [PATCH] bug --- src/apps/AppInfotainment/AppInfotainment.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/AppInfotainment/AppInfotainment.vue b/src/apps/AppInfotainment/AppInfotainment.vue index 84e046ac..c99403a0 100644 --- a/src/apps/AppInfotainment/AppInfotainment.vue +++ b/src/apps/AppInfotainment/AppInfotainment.vue @@ -29,11 +29,11 @@ export default { current: 1, categoryType: '0', list: [], - parentName: '产业振兴' + parentName: '' } }, onLoad(o) { - // this.parentName = o.listName + this.parentName = o.listName }, onShow() { document.title = this.parentName