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 }, }