husq
2023-09-15 441df8843ebf37bd2eea5baee67dd590b06aa09d
src/store/index.ts
@@ -5,10 +5,8 @@
import { getLayers } from '/@/api/layer'
import { LayerType } from '/@/types/mapLayer'
import { WaylineFile } from '/@/types/wayline'
import getter from './getters'
import { DevicesCmdExecuteInfo } from '/@/types/device-cmd'
import map from './map'
import common from "/@/store/common";
const initStateFunc = () => ({
  Layers: [
@@ -245,9 +243,7 @@
  mutations,
  actions,
  modules: {
    getter,
    map,
    common
    map
  },
}