修改辽宁免登录

This commit is contained in:
guanj
2026-06-02 09:30:10 +08:00
parent 98e0f9de02
commit 2e7c0b7f44
5 changed files with 270 additions and 240 deletions

View File

@@ -107,7 +107,11 @@ function createAxios<Data = any, T = ApiPromise<Data>>(
config.headers.Authorization = 'Basic bmpjbjpuamNucHFz'
}
}
if (config.url == '/user-boot/user/generateSm2Key' || config.url == '/pqs-auth/oauth/token') {
if (
config.url == '/user-boot/user/generateSm2Key' ||
config.url == '/pqs-auth/oauth/token' ||
config.url == '/LNapi/pqs-auth/oauth/token'
) {
config.headers.Authorization = 'Basic bmpjbjpuamNucHFz'
}