Update bim.js
parent
41e2b90ea8
commit
5254b3f9a4
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue