export function postActionP(url,parameter) { return axios({ url: url, method:'post' , params: parameter }) }
如题
把参数拼接到请求地址post 请求