From 05e49a6c136a2249346dbba635db61c9f0b846c7 Mon Sep 17 00:00:00 2001 From: vapao Date: Fri, 15 May 2020 19:56:37 +0800 Subject: [PATCH] =?UTF-8?q?F=20=E4=BF=AE=E5=A4=8D=E6=9F=90=E4=BA=9B?= =?UTF-8?q?=E6=83=85=E5=86=B5=E4=B8=8B=E5=8F=91=E5=B8=83=E6=9D=83=E9=99=90?= =?UTF-8?q?=E9=A1=B5=E8=8E=B7=E5=8F=96=E4=B8=8D=E5=88=B0=E6=96=B0=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E7=9A=84=E5=BA=94=E7=94=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/login/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spug_web/src/pages/login/index.js b/spug_web/src/pages/login/index.js index 06a7ba7..ac27f15 100644 --- a/spug_web/src/pages/login/index.js +++ b/spug_web/src/pages/login/index.js @@ -10,6 +10,7 @@ import history from 'libs/history'; import {http, updatePermissions} from 'libs'; import logo from 'layout/logo-spug-txt.png'; import envStore from 'pages/config/environment/store'; +import appStore from 'pages/config/app/store'; import requestStore from 'pages/deploy/request/store'; class LoginIndex extends React.Component { @@ -23,6 +24,7 @@ class LoginIndex extends React.Component { componentDidMount() { envStore.records = []; + appStore.records = []; requestStore.records = []; requestStore.deploys = [] }