Update bim.js
parent
41e2b90ea8
commit
5254b3f9a4
|
@ -1,4 +1,3 @@
|
|||
|
||||
const bimStore = defineStore(
|
||||
'bim', {
|
||||
state: () => ({
|
||||
|
@ -9,7 +8,7 @@ const bimStore = defineStore(
|
|||
deviceNum: '',
|
||||
activateMenu: {
|
||||
name: '建筑信息',
|
||||
background: '#202a60'
|
||||
background: '#202a60'
|
||||
}
|
||||
}),
|
||||
actions: {
|
||||
|
|
Loading…
Reference in New Issue