diff --git a/spug_web/src/pages/login/index.js b/spug_web/src/pages/login/index.js index 8fe07f4..f223aa1 100644 --- a/spug_web/src/pages/login/index.js +++ b/spug_web/src/pages/login/index.js @@ -30,9 +30,6 @@ export default function () { requestStore.records = []; requestStore.deploys = []; hostStore.rawRecords = []; - hostStore.rawTreeData = []; - hostStore.groups = {}; - hostStore.group = {}; execStore.hosts = []; }, [])