chore(projects): release v0.10.3 thin branch

This commit is contained in:
Soybean
2023-06-15 19:35:35 +08:00
parent de2829fde7
commit d32e296473
122 changed files with 42 additions and 10893 deletions

View File

@@ -8,7 +8,7 @@ const apis: MockMethod[] = [
response: (options: Service.MockOption): Service.MockServiceResult => {
const { userId = undefined } = options.body;
const routeHomeName: AuthRoute.LastDegreeRouteKey = 'dashboard_analysis';
const routeHomeName: AuthRoute.LastDegreeRouteKey = 'multi-menu_first_second';
const role = userModel.find(item => item.userId === userId)?.userRole || 'user';