guoshilong
2023-09-19 9b531e24cbbc1021e48b7fbd8f132075e0ea8b8e
src/store/index.ts
@@ -7,6 +7,7 @@
import { WaylineFile } from '/@/types/wayline'
import { DevicesCmdExecuteInfo } from '/@/types/device-cmd'
import map from './map'
import common from './common'
const initStateFunc = () => ({
  Layers: [
@@ -247,7 +248,8 @@
  mutations,
  actions,
  modules: {
    map
    map,
    common
  },
}