refactor(projects): update soybean domain

This commit is contained in:
Soybean
2023-09-06 01:07:29 +08:00
parent f92ee770e0
commit 073fd16bd7
5 changed files with 8 additions and 8 deletions

View File

@ -92,7 +92,7 @@ export const routeModel: Record<Auth.RoleType, AuthRoute.Route[]> = {
i18nTitle: 'routes.document.project-link',
requiresAuth: true,
localIcon: 'logo',
href: 'https://docs.soybean.pro/'
href: 'https://admin-docs.soybeanjs.cn/'
}
}
],
@ -650,7 +650,7 @@ export const routeModel: Record<Auth.RoleType, AuthRoute.Route[]> = {
i18nTitle: 'routes.document.project-link',
requiresAuth: true,
localIcon: 'logo',
href: 'https://docs.soybean.pro/'
href: 'https://admin-docs.soybeanjs.cn/'
}
}
],