Feature/change any file
This commit is contained in:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user