update
This commit is contained in:
@@ -20,7 +20,7 @@ request.interceptors.request.use((config) => {
|
||||
config.headers['Access-Token'] = token;
|
||||
}
|
||||
|
||||
console.log('请求拦截器', config.data);
|
||||
console.log(`请求拦截器`, config, config.data);
|
||||
|
||||
if (!config.UN_AES) {
|
||||
const {context, iv} = AESCrypto.encrypt(JSON.stringify(config.data));
|
||||
|
||||
Reference in New Issue
Block a user