diff --git a/src/utils/request.ts b/src/utils/request.ts index 9a4ef88e..99e898de 100644 --- a/src/utils/request.ts +++ b/src/utils/request.ts @@ -110,7 +110,7 @@ function createAxios>( if ( config.url == '/user-boot/user/generateSm2Key' || config.url == '/pqs-auth/oauth/token' || - config.url == '/LNapi/pqs-auth/oauth/token' + config.url == '/LNapi/pqs-auth/oauth/lnLogin' ) { config.headers.Authorization = 'Basic bmpjbjpuamNucHFz' }