Commit ea02ecda authored by 徐一鸣's avatar 徐一鸣

应用管理调试

parent 4cf91ece
...@@ -951,7 +951,7 @@ export default { ...@@ -951,7 +951,7 @@ export default {
}, },
detailItem(item) { detailItem(item) {
this.$router.push( this.$router.push(
`${this.detailsUrl + (this.type === 1 ? item.deploy_id : item.app.id)}` `${this.detailsUrl + (this.type === 1 ? item.deploy_id : item.app_id)}`
); );
}, },
soldUpItem(item) { soldUpItem(item) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment