chore(release): release v0.10.4 thin branch

This commit is contained in:
Soybean
2023-06-15 19:35:35 +08:00
committed by Soybean
parent ead48f4502
commit 685e0b5030
120 changed files with 36 additions and 9508 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';