We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
return request({ url: '/admin/base/login', method: 'post', data }) VUE中的这种就没问题。 通过await axios.get('http://localhost:80/admin/base/login').then(response => { 访问API接口,调不到,求解啊
return request({
url: '/admin/base/login',
method: 'post',
data
})
VUE中的这种就没问题。
通过await axios.get('http://localhost:80/admin/base/login').then(response => {
访问API接口,调不到,求解啊