Feature/change any file

This commit is contained in:
AmirHossein Mahmoodi
2025-01-21 12:20:38 +00:00
parent dd4d01d639
commit 87e3281f60
42 changed files with 220 additions and 432 deletions

View File

@@ -1,3 +1,5 @@
const api = process.env.NEXT_PUBLIC_API_URL;
export const headerMenu = [
{
title: "تصادفات",
@@ -5,7 +7,7 @@ export const headerMenu = [
[
{
title: "تصادفات روزانه",
href: "https://rms.witel.ir/v2/daily_accidents/create",
href: api + "/v2/daily_accidents/create",
},
],
],
@@ -16,11 +18,11 @@ export const headerMenu = [
[
{
title: "گزارش محوری",
href: "https://rms.witel.ir/v2/axis_reports",
href: api + "/v2/axis_reports",
},
{
title: "هوش تجاری (BI)",
href: "https://rms.witel.ir/v2/axis_reports",
href: api + "/v2/axis_reports",
},
],
],
@@ -31,17 +33,17 @@ export const headerMenu = [
[
{
title: "پراکندگی بر روی نقشه راهدارخانه ها",
href: "https://rms.witel.ir/v2/map?type=rahdar",
href: api + "/v2/map?type=rahdar",
},
{
title: "راهدارخانه ها",
href: "https://rms.witel.ir/v2/rahdari_points",
href: api + "/v2/rahdari_points",
},
],
[
{
title: "ممیزی ماشین آلات راهداری کشور",
href: "https://rms.witel.ir/cmms-audit",
href: api + "/cmms-audit",
},
],
],
@@ -52,7 +54,7 @@ export const headerMenu = [
[
{
title: "تحقیق و توسعه",
href: "https://rms.witel.ir/RandD",
href: api + "/RandD",
},
{
title: "سامانه مدیریت یکپارچه زیرساخت های راه (PMS,BMS,SMS)",