From a0f37e443c1bfffc593983b65e332ff560cf20b5 Mon Sep 17 00:00:00 2001 From: "q.chen" Date: Sat, 14 May 2022 12:36:59 +0800 Subject: [PATCH 1/2] =?UTF-8?q?add=20=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89tagVIewName=E6=8B=93=E5=B1=95,=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/navBars/tagsView/tagsView.vue | 3 +- src/utils/other.ts | 110 +++++++++++++++++++++-- src/views/params/common/index.vue | 19 +++- 3 files changed, 120 insertions(+), 12 deletions(-) diff --git a/src/layout/navBars/tagsView/tagsView.vue b/src/layout/navBars/tagsView/tagsView.vue index 100a071..f971a7c 100644 --- a/src/layout/navBars/tagsView/tagsView.vue +++ b/src/layout/navBars/tagsView/tagsView.vue @@ -19,7 +19,7 @@ - {{ v.meta.title.indexOf('message') > -1 ? $t(v.meta.title) : v.query ? v.query.tagsViewName : v.params.tagsViewName }} + {{ other.getTitle(v) }}