Commit 279dd19b authored by zhengke's avatar zhengke

parent 1c1770a5
...@@ -421,6 +421,15 @@ export default new Router({ ...@@ -421,6 +421,15 @@ export default new Router({
title: "酒店支付" title: "酒店支付"
} }
}, },
{
path: "/HotelPayBefore",
name: "HotelPayBefore",
component: resolve =>
require(["@/components/Hotel/HotelPayBefore"], resolve),
meta: {
title: "酒店支付成功"
}
},
// { // {
// path: "/ticket/Pay/:id", // path: "/ticket/Pay/:id",
// name: "Pay", // name: "Pay",
......
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