Update bim.js

main
wangqiujuan0808 2023-12-14 11:58:35 +08:00
parent 41e2b90ea8
commit 5254b3f9a4
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
const bimStore = defineStore( const bimStore = defineStore(
'bim', { 'bim', {
state: () => ({ state: () => ({
@ -9,7 +8,7 @@ const bimStore = defineStore(
deviceNum: '', deviceNum: '',
activateMenu: { activateMenu: {
name: '建筑信息', name: '建筑信息',
background: '#202a60' background: '#202a60'
} }
}), }),
actions: { actions: {