Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

日志模块列表查询,包含[]时候会解析出错,可以引入qs模块编码处理(不指定tomcat版本,C端编码处理) #93

Open
WJLMGQS opened this issue Jun 29, 2023 · 0 comments

Comments

@WJLMGQS
Copy link

WJLMGQS commented Jun 29, 2023

import qs from 'qs';
let _qs = qs; // 提升qs的作用域

//get
export function getAction(url,parameter) {
return axios({
url: url,
method: 'get',
params: parameter,
paramsSerializer: function(params) {
return _qs.stringify(params, {
encode: true,
arrayFormat: 'brackets'
})
}

})
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant