From 95c72b1e1081055edb88dd7b7cdcbabc26f93147 Mon Sep 17 00:00:00 2001 From: liwei Date: Tue, 12 Oct 2021 09:37:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=96=87=E6=A1=88=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Sidebar/Logo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index c77bbaf..381fe13 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -26,7 +26,7 @@ export default { }, data() { return { - title: `${process.env.VUE_APP_ENV}管理平台`, + title: `运营管理平台`, logo: '@/assets/logo/logo.png', isTest: process.env.VUE_APP_ENV === 'QA' }