src/store/index.ts
@@ -5,7 +5,6 @@ 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' @@ -244,7 +243,6 @@ mutations, actions, modules: { getter, map }, }