From a3d45fd4b90d873587ec9c66726693d124affe48 Mon Sep 17 00:00:00 2001 From: OrangeM21 Date: Tue, 14 Jul 2020 18:25:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(UserProfile):=20=E4=BF=AE=E5=A4=8D=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E5=AF=86=E7=A0=81=E5=90=8E=E6=B2=A1=E6=9C=89=E7=AB=8B?= =?UTF-8?q?=E5=8D=B3=E6=8F=90=E7=A4=BA=E9=80=80=E5=87=BA=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E7=AD=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes https://github.com/jumpserver/trello/issues/23 --- src/userviews/users/UserProfile/PasswordUpdate.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/userviews/users/UserProfile/PasswordUpdate.vue b/src/userviews/users/UserProfile/PasswordUpdate.vue index 8b38dc15d..798960f52 100644 --- a/src/userviews/users/UserProfile/PasswordUpdate.vue +++ b/src/userviews/users/UserProfile/PasswordUpdate.vue @@ -7,6 +7,7 @@ :url="url" :get-method="getMethod" class="password-update" + :update-success-next-route="updateSuccessNextRoute" /> @@ -50,6 +51,9 @@ export default { type: 'password' } } + }, + updateSuccessNextRoute: { + path: '/' } } },