chore: build

This commit is contained in:
xiaojunnuo
2023-06-28 09:44:35 +08:00
parent 7e8c3fbab7
commit aede78a0ec
7 changed files with 23 additions and 20 deletions
@@ -14,7 +14,7 @@ export class LoginService {
userService: UserService;
@Inject()
roleService: RoleService;
@Config('biz.jwt')
@Config('auth.jwt')
private jwt: any;
/**