Router & Pages
welaundry의 Router 경로와 렌더링 되는 Page를 설명합니다.
Last updated
welaundry의 Router 경로와 렌더링 되는 Page를 설명합니다.
Last updated
welaundry 라우터 경로 및 설명
사용자 인증 이전의 Router Path 입니다.
/
[exact]
Root path is Login page
/signup
[exact]
This router path is signup page
*
This router path is connection by login page
사용자 인증 이후의 Router Path 입니다.
/
[exact]
POS Context router
/pos
POS Context router
/board
Board Context router
*
This router path is page not found
포스 페이지를 라우팅 해주는 Router Path 입니다.
/
[exact]
Root path is pos on & off page
/pos
[exact]
This router path is pos on & off page
/pos/records
[exact]
This router path is order receiption page
/pos/history
[exact]
This router path is order list page
/pos/customer
[exact]
This router path is customer manage page
/pos/products
[exact]
This router path is products manage page
/pos/address
[exact]
This router path is address manage page
/pos/sales
[exact]
This router path is sales manage page
*
[exact]
This router path is page not found
welaundry 페이지 이미지 및 설명
설명 : welaundry 메인 로그인 페이지
Router Component : NonUserRouter
Router Path : /
설명 : welaundry 메인 로그인 페이지
Router Component : NonUserRouter
Router Path : /signup
설명 : welaundry 포스 메인 페이지
Router Component :UserRouter
Router Path : /
설명 : welaundry 고객 주소 관리 페이지
Router Component :UserRouter
Router Path : /address
설명 : welaundry 고객 정보 관리 페이지
Router Component :UserRouter
Router Path : /customer
설명 : welaundry 품목 카테고리 관리 페이지
Router Component :UserRouter
Router Path : /products
설명 : welaundry 주문 접수 페이지
Router Component :UserRouter
Router Path : /records
설명 : welaundry 주문 접수 내역 검색 및 조회 페이지
Router Component :UserRouter
Router Path : /history
설명 : welaundry 누적 상품 판매 차트
Router Component :UserRouter
Router Path : /sales