husq
2023-09-08 0c070817accc40e6c8a2a1479fe2a9ee6f2f5d3e
src/store/index.ts
@@ -7,6 +7,7 @@
import { WaylineFile } from '/@/types/wayline'
import getter from './getters'
import { DevicesCmdExecuteInfo } from '/@/types/device-cmd'
import map from './map'
const initStateFunc = () => ({
  Layers: [
@@ -244,6 +245,7 @@
  actions,
  modules: {
    getter,
    map
  },
}