get请求加密

This commit is contained in:
zzyuan 2024-04-16 18:34:58 +08:00
parent f00105313a
commit 58c9c3c463
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ service.interceptors.request.use(config => {
url = config.url + '?' + tansParams(config.params);
url = url.slice(0, -1);
}
// config.params = {};
config.params = {};
config.url = url;
}
if (!isRepeatSubmit && (config.method === 'post' || config.method === 'get')) {