update

parent fb53c5ac
......@@ -97,6 +97,7 @@ export enum API_PATHS {
getListBooking = 'booking',
getBookingDetail = 'booking/detail',
getArrayArtist = 'artist/arrayArtist',
getListBookingHis= 'booking/waitingCancellation',
getArrayCust = 'customer/arrayCust',
getlistMenu = 'web-page/list',
getDetailMenu = 'web-page/detail',
......
This diff is collapsed.
......@@ -36,6 +36,7 @@ export enum Pages {
bcBK = 'bc-booking',
DMQ = 'danh-muc-quyen',
CHLS = 'cau-hinh-live-stream',
BookingHuy="danh-sach-booking-huy"
}
const routes: RouteRecordRaw[] = [
......@@ -154,6 +155,11 @@ const routes: RouteRecordRaw[] = [
component: () => import('pages/danh-sach-booking-cho-duyet/index.vue'),
name: Pages.listBookingBrowsing,
},
{
path: 'danh-sach-booking-cho-huy',
component: () => import('pages/danh-sach-booking-cho-huy/index.vue'),
name: Pages.BookingHuy,
},
{
path: 'cong-viec',
component: () => import('pages/cong-viec/index.vue'),
......
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