fix: 修复应用开发机详情点击更新跳转不准确问题

This commit is contained in:
“huailei000”
2023-02-01 16:55:37 +08:00
committed by huailei
parent 0bc3a9f0e7
commit 9a5700b48b

View File

@@ -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 }
})