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