Commit 3c9e1a75 authored by 刘殿昕's avatar 刘殿昕

订单详情路由

parent 1bdc24d7
......@@ -230,7 +230,7 @@ export default {
}
},
viewDetail(val) {
this.$router.push("/user/order_detail/" + val);
this.$router.push("/user/order_list/detail/" + val);
},
delOrder() {
this.$api.user
......
......@@ -318,7 +318,7 @@ export default new Router({
component: () => import("@/pages/user/order/order_list"),
},
{
path: "/user/order_detail/:id", // 订单管理页
path: "/user/order_list/detail/:id", // 订单管理页
name: "orderDetail",
component: () => import("@/pages/user/order/order_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