husq
2023-09-11 55cdf3d1a9d5374c7d0cd026c5a3c5c0768b02e7
src/store/index.ts
@@ -8,6 +8,7 @@
import getter from './getters'
import { DevicesCmdExecuteInfo } from '/@/types/device-cmd'
import map from './map'
import common from "/@/store/common";
const initStateFunc = () => ({
  Layers: [
@@ -245,7 +246,8 @@
  actions,
  modules: {
    getter,
    map
    map,
    common
  },
}