|
|
@ -21,6 +21,8 @@ import ReservationNameCard from "@/views/reservation/NameCard";
|
|
|
|
import FeedbackIndex from "@/views/feedback/Index";
|
|
|
|
import FeedbackIndex from "@/views/feedback/Index";
|
|
|
|
import FeedbackDetail from "@/views/feedback/Detail";
|
|
|
|
import FeedbackDetail from "@/views/feedback/Detail";
|
|
|
|
import NoticeIndex from "@/views/notice/Index";
|
|
|
|
import NoticeIndex from "@/views/notice/Index";
|
|
|
|
|
|
|
|
import InvoiceIndex from "@/views/invoice/Index";
|
|
|
|
|
|
|
|
import InvoiceDetail from "@/views/invoice/Detail";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configure({
|
|
|
|
configure({
|
|
|
@ -46,6 +48,8 @@ const router = createBrowserRouter([
|
|
|
|
{ path: "feedback", element: <FeedbackIndex />},
|
|
|
|
{ path: "feedback", element: <FeedbackIndex />},
|
|
|
|
{ path: "feedback/:GRI_SN", element: <FeedbackDetail />},
|
|
|
|
{ path: "feedback/:GRI_SN", element: <FeedbackDetail />},
|
|
|
|
{ path: "notice", element: <NoticeIndex />},
|
|
|
|
{ path: "notice", element: <NoticeIndex />},
|
|
|
|
|
|
|
|
{ path: "invoice",element:<InvoiceIndex />},
|
|
|
|
|
|
|
|
{ path: "invoice/detial/:GMDSN/:GSN",element:<InvoiceDetail />},
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|