From 5254b3f9a45daa41a55339044a0a34bb6a9bbacd Mon Sep 17 00:00:00 2001 From: wangqiujuan0808 <578331299@qq.com> Date: Thu, 14 Dec 2023 11:58:35 +0800 Subject: [PATCH] Update bim.js --- src/store/modules/bim.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/store/modules/bim.js b/src/store/modules/bim.js index 6c1fb87..64a50de 100644 --- a/src/store/modules/bim.js +++ b/src/store/modules/bim.js @@ -1,4 +1,3 @@ - const bimStore = defineStore( 'bim', { state: () => ({ @@ -9,7 +8,7 @@ const bimStore = defineStore( deviceNum: '', activateMenu: { name: '建筑信息', - background: '#202a60' + background: '#202a60' } }), actions: {