提交代码

This commit is contained in:
guanj
2026-06-02 16:30:29 +08:00
parent 2e7c0b7f44
commit bf3a99cbf3

View File

@@ -110,7 +110,7 @@ function createAxios<Data = any, T = ApiPromise<Data>>(
if ( if (
config.url == '/user-boot/user/generateSm2Key' || config.url == '/user-boot/user/generateSm2Key' ||
config.url == '/pqs-auth/oauth/token' || 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' config.headers.Authorization = 'Basic bmpjbjpuamNucHFz'
} }