Commit 4d15dfa7 authored by zhengke's avatar zhengke

新增

parent a9d4c743
This diff is collapsed.
...@@ -465,6 +465,16 @@ export default new Router({ ...@@ -465,6 +465,16 @@ export default new Router({
title: "酒店支付成功" title: "酒店支付成功"
} }
}, },
{
path: "/SupplierView",
name: "SupplierView",
component: resolve =>
require(["@/components/Hotel/SupplierView"], 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