Update routes.ts

parent fa35ee2e
...@@ -5,11 +5,9 @@ export enum Pages { ...@@ -5,11 +5,9 @@ export enum Pages {
login = 'login', login = 'login',
groupUsers = 'nhom-nguoi-dung', groupUsers = 'nhom-nguoi-dung',
cmsUser = 'nguoi-dung', cmsUser = 'nguoi-dung',
managingUnit = 'don-vi-chu-quan', managingUnit = 'don-vi-chu-quan',
// managingUnitBrowsing = 'duyet-don-vi-chu-quan',
artist = 'nghe-sy', artist = 'nghe-sy',
artistBrowsing = 'nghe-sy-cho-duyet', artistBrowsing = 'nghe-sy-cho-duyet',
informationArtist = 'cap-nhat-thong-tin-nghe-sy', informationArtist = 'cap-nhat-thong-tin-nghe-sy',
customer = 'khach-hang', customer = 'khach-hang',
customerWaiting = 'khach-hang-cho-duyet', customerWaiting = 'khach-hang-cho-duyet',
...@@ -36,7 +34,7 @@ export enum Pages { ...@@ -36,7 +34,7 @@ export enum Pages {
bcBK = 'bc-booking', bcBK = 'bc-booking',
DMQ = 'danh-muc-quyen', DMQ = 'danh-muc-quyen',
CHLS = 'cau-hinh-live-stream', CHLS = 'cau-hinh-live-stream',
BookingHuy = "danh-sach-booking-huy" BookingHuy = 'danh-sach-booking-huy'
} }
const routes: RouteRecordRaw[] = [ const routes: RouteRecordRaw[] = [
......
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