src/store/index.ts
@@ -5,8 +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' const initStateFunc = () => ({ Layers: [ @@ -243,7 +243,7 @@ mutations, actions, modules: { getter, map }, }