mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
fix: 修复应用开发机详情点击更新跳转不准确问题
This commit is contained in:
@@ -59,7 +59,7 @@ export default {
|
||||
deleteSuccessRoute: 'Applets',
|
||||
updateCallback: () => {
|
||||
this.$router.push({
|
||||
name: 'Applets',
|
||||
name: 'AppletHostUpdate',
|
||||
params: { id: this.$route.params.id },
|
||||
query: { platform: this.host.platform.id }
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user