diff --git a/novalon-manage-web/e2e/role-based-tests/shared/role-auth-manager.ts b/novalon-manage-web/e2e/role-based-tests/shared/role-auth-manager.ts index bd789c4..58e8848 100644 --- a/novalon-manage-web/e2e/role-based-tests/shared/role-auth-manager.ts +++ b/novalon-manage-web/e2e/role-based-tests/shared/role-auth-manager.ts @@ -10,7 +10,7 @@ const SIGNATURE_SECRET = 'NovalonManageSystemSecretKey2026'; export class RoleAuthManager { private static tokenCache: Map = new Map(); - private static readonly API_BASE_URL = process.env.VITE_API_BASE_URL || 'http://localhost:8084'; + private static readonly API_BASE_URL = process.env.VITE_API_BASE_URL || 'http://localhost:8080'; private static readonly TOKEN_EXPIRY_BUFFER = 60000; static async getRoleToken(roleName: string): Promise {