fix: update route paths to use slashes instead of hashes
This commit is contained in:
@@ -122,21 +122,21 @@ export const appRoutes: RouteConfig[] = [
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: '/setting/profile#info',
|
||||
path: '/setting/profile/info',
|
||||
navConfig: {
|
||||
title: 'side.personalInfo',
|
||||
icon: Personalcard,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/setting/profile#contact-info',
|
||||
path: '/setting/profile/contact-info',
|
||||
navConfig: {
|
||||
title: 'side.contactInfo',
|
||||
icon: Mobile,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/setting/profile#email',
|
||||
path: '/setting/profile/email',
|
||||
navConfig: {
|
||||
title: 'side.email',
|
||||
icon: Sms,
|
||||
@@ -153,14 +153,14 @@ export const appRoutes: RouteConfig[] = [
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: '/setting/security#password',
|
||||
path: '/setting/security/password',
|
||||
navConfig: {
|
||||
title: 'side.password',
|
||||
icon: PasswordCheck,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/setting/security#recent-sessions',
|
||||
path: '/setting/security/recent-sessions',
|
||||
navConfig: {
|
||||
title: 'side.recentSessions',
|
||||
icon: Devices,
|
||||
|
||||
Reference in New Issue
Block a user