Commit 9b617741 authored by 黄奎's avatar 黄奎

2212

parent b645b07d
......@@ -125,6 +125,15 @@ export default new Router({
title: "账户余额"
}
},
{
path: "/PsMyCoupon",
name: "PsMyCoupon",
component: resolve =>
require(["@/components/PersonalCenter/PsMyCoupon"], resolve),
meta: {
title: "我的优惠券"
}
},
{
path: "/OrderInvoice",
name: "OrderInvoice",
......
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