无人机管理后台前端(已迁走)
chenyao
2025-05-23 23aa4b64192290656bd0594846a68264e01f8a3e
src/store/index.js
@@ -14,6 +14,7 @@
import tags from './modules/tags';
import logs from './modules/logs';
import dict from './modules/dict';
import task from './modules/task';
import device from './modules/device';
import getters from './getters';
@@ -25,6 +26,7 @@
    tags,
    dict,
    device,
    task,
  },
  getters,
});