src/store/index.ts
@@ -7,6 +7,8 @@ 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: [ @@ -244,6 +246,8 @@ actions, modules: { getter, map, common }, }