mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
fix(UserProfile): 修复登录密码后没有立即提示退出登录等问题
Closes https://github.com/jumpserver/trello/issues/23
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
:url="url"
|
||||
:get-method="getMethod"
|
||||
class="password-update"
|
||||
:update-success-next-route="updateSuccessNextRoute"
|
||||
/>
|
||||
</IBox>
|
||||
</template>
|
||||
@@ -50,6 +51,9 @@ export default {
|
||||
type: 'password'
|
||||
}
|
||||
}
|
||||
},
|
||||
updateSuccessNextRoute: {
|
||||
path: '/'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user