Commit 3a1eb2c9 authored by 徐一鸣's avatar 徐一鸣

服务管理列表调试

parent 91536314
......@@ -1167,7 +1167,10 @@ export default {
},
detailItem(item) {
this.$router.push(
`${this.detailsUrl + [item.app_id, item.deploy_id, item.id][this.type]}`
`${this.detailsUrl +
[item.app_id, item.deploy_id, item.id + "/" + item.app_id][
this.type
]}`
);
},
soldUpItem(item) {
......
......@@ -98,13 +98,13 @@ export default new Router({
import("@/pages/workbench/yygl/deploy_app_detail"),
},
{
path: "/yygl/:level/:type/applydetail/:id", // 我申请的应用详情
path: "/yygl/:level/:type/applydetail/:id/:app_id", // 我申请的应用详情
name: "apply_app_detail",
component: () =>
import("@/pages/workbench/yygl/apply_app_detail"),
},
{
path: "/yygl/:level/:type/approvaldetail/:id", // 我申请的应用详情
path: "/yygl/:level/:type/approvaldetail/:id/:app_id", // 我审批的应用详情
name: "approval_app_detail",
component: () =>
import("@/pages/workbench/yygl/approval_app_detail"),
......
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