Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VCCI-News
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Văn Hoàng
VCCI-News
Commits
edf548f8
Commit
edf548f8
authored
Aug 13, 2026
by
Lê Bảo Hồng Đức
☄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix route member,partner
parent
24f675cf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
index.tsx
...p/(main)/(home)/components/horizontal-ad-banner/index.tsx
+1
-1
index.tsx
src/app/(main)/(home)/components/members/index.tsx
+4
-2
index.tsx
src/app/(main)/(home)/components/video-and-patners/index.tsx
+4
-2
No files found.
src/app/(main)/(home)/components/horizontal-ad-banner/index.tsx
View file @
edf548f8
...
@@ -6,7 +6,7 @@ import { useState } from "react";
...
@@ -6,7 +6,7 @@ import { useState } from "react";
import
{
useAdvertisements
}
from
"@/app/(main)/(home)/lib/use-advertisements"
;
import
{
useAdvertisements
}
from
"@/app/(main)/(home)/lib/use-advertisements"
;
import
{
resolveUploadUrl
}
from
"@/links"
;
import
{
resolveUploadUrl
}
from
"@/links"
;
const
FALLBACK_HREF
=
"https://vcci
-hcm.org
.vn"
;
const
FALLBACK_HREF
=
"https://vcci
hcm
.vn"
;
const
FALLBACK_SRC
=
"/quang-cao/qc-1.jpg"
;
const
FALLBACK_SRC
=
"/quang-cao/qc-1.jpg"
;
/**
/**
...
...
src/app/(main)/(home)/components/members/index.tsx
View file @
edf548f8
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
import
{
useHomePosts
}
from
"@/app/(main)/(home)/lib/use-home-posts"
;
import
{
useHomePosts
}
from
"@/app/(main)/(home)/lib/use-home-posts"
;
import
ImageNext
from
"@/components/shared/image-next"
;
import
ImageNext
from
"@/components/shared/image-next"
;
import
memberImages
from
"@/constants/memberImages"
;
import
memberImages
from
"@/constants/memberImages"
;
import
links
from
"@/links"
;
import
Link
from
"next/link"
;
import
Link
from
"next/link"
;
import
{
useEffect
,
useState
}
from
"react"
;
import
{
useEffect
,
useState
}
from
"react"
;
import
{
Autoplay
}
from
"swiper/modules"
;
import
{
Autoplay
}
from
"swiper/modules"
;
...
@@ -12,7 +11,10 @@ import "swiper/css";
...
@@ -12,7 +11,10 @@ import "swiper/css";
import
dayjs
from
"dayjs"
;
import
dayjs
from
"dayjs"
;
const
MEMBER_CONNECTION_FALLBACK_IMAGE
=
"/home/20-2048x1365.webp"
;
const
MEMBER_CONNECTION_FALLBACK_IMAGE
=
"/home/20-2048x1365.webp"
;
const
FEATURED_MEMBER_API_URL
=
`
${
links
.
siteURL
}
api/featured-members`
;
const
FEATURED_MEMBER_API_URL
=
"https://vccihcm.vn/api/v1.0/organizations"
+
"?filters=users.status_id+%3D%3D+36ca1cc5-7b6e-4f9f-b973-69c5207deb62"
+
"&pageSize=12&sortField=created_at&sortOrder=ASC"
;
const
FEATURED_MEMBER_MORE_URL
=
const
FEATURED_MEMBER_MORE_URL
=
"https://vccihcm.vn/giao-thuong-b2b?filters=users.status_id+%3D%3D+36ca1cc5-7b6e-4f9f-b973-69c5207deb62&sortField=created_at&sortOrder=ASC"
;
"https://vccihcm.vn/giao-thuong-b2b?filters=users.status_id+%3D%3D+36ca1cc5-7b6e-4f9f-b973-69c5207deb62&sortField=created_at&sortOrder=ASC"
;
const
VCCI_HCM_ORIGIN
=
"https://vccihcm.vn"
;
const
VCCI_HCM_ORIGIN
=
"https://vccihcm.vn"
;
...
...
src/app/(main)/(home)/components/video-and-patners/index.tsx
View file @
edf548f8
...
@@ -5,7 +5,6 @@ import ImageNext from "@/components/shared/image-next";
...
@@ -5,7 +5,6 @@ import ImageNext from "@/components/shared/image-next";
import
partnerImages
from
"@/constants/partnerImages"
;
import
partnerImages
from
"@/constants/partnerImages"
;
import
{
ChevronRight
,
Play
}
from
"lucide-react"
;
import
{
ChevronRight
,
Play
}
from
"lucide-react"
;
import
Link
from
"next/link"
;
import
Link
from
"next/link"
;
import
links
from
"@/links"
;
import
{
fetchClientVideos
}
from
"@/lib/api/videos"
;
import
{
fetchClientVideos
}
from
"@/lib/api/videos"
;
import
{
Autoplay
}
from
"swiper/modules"
;
import
{
Autoplay
}
from
"swiper/modules"
;
import
{
Swiper
,
SwiperSlide
}
from
"swiper/react"
;
import
{
Swiper
,
SwiperSlide
}
from
"swiper/react"
;
...
@@ -24,7 +23,10 @@ type PartnerResponse = {
...
@@ -24,7 +23,10 @@ type PartnerResponse = {
};
};
};
};
const
PARTNER_API_URL
=
`
${
links
.
siteURL
}
api/partners`
;
const
PARTNER_API_URL
=
"https://vccihcm.vn/api/v1.0/organizations"
+
"?filters=type%3D%3DSPONSOR&pageSize=12"
+
"&sortField=sort_order&sortOrder=ASC"
;
const
VCCI_HCM_ORIGIN
=
"https://vccihcm.vn"
;
const
VCCI_HCM_ORIGIN
=
"https://vccihcm.vn"
;
const
resolvePartnerImage
=
(
avatar
:
string
|
null
|
undefined
,
index
:
number
)
=>
{
const
resolvePartnerImage
=
(
avatar
:
string
|
null
|
undefined
,
index
:
number
)
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment