From 118b50dd8fae935c70b3e42303c654946c169197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Wed, 27 Aug 2025 09:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/modules/common.js b/src/store/modules/common.js index dd69944..d808b36 100644 --- a/src/store/modules/common.js +++ b/src/store/modules/common.js @@ -17,8 +17,8 @@ export default { // 主入口标签页 mainTabs: [], mainTabsActiveName: '', - // appName: 'CKP', - appName: 'SRM', + appName: 'CKP', + // appName: 'SRM', }, mutations: { updateDocumentClientHeight (state, height) {