发送的get请求
const http = new Request({
baseURL: 'http://employee.test.cbus',
dataType: 'json',
})
http.post('/api-employee/employee/getAllArea.html').then(res => {
console.log('get', res)
})