From 1c40a78baed7a9e8f88f16c13a9a8d3a5f95b72b Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 15 Jul 2022 18:42:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/oms/apps/develop/AppDeployCustom/add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index 24df87f4..3a99b031 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -173,7 +173,7 @@ export default { } }, handleTabbarChange(row, {name, label}) { - row.label = label + row.text = label row.pagePath = `pages/${name}/${name}` } },