forked from UKSOURCE/cms.hailearning.edu.vn
fea/nhat-dat-11042026-merge #1
@@ -35,7 +35,7 @@ const syncServiceMenu = async (serviceItems = []) => {
|
||||
.map((s, index) => ({
|
||||
title: s.name,
|
||||
slug: slugify(s.name, { lower: true, strict: true }),
|
||||
url: `/services/${s.slug}`,
|
||||
url: `/services/details/${s.slug}`,
|
||||
parentId,
|
||||
order: index + 1,
|
||||
status: "active",
|
||||
|
||||
Reference in New Issue
Block a user