devServer: {
// 配置反向代理
proxy: {
// 当地址中有/api的时候会触发代理机制
’/api’: {
// 要代理的服务器地址 这里不用写 api
target: ‘http://localhost:8888’,
changeOrigin: true // 是否跨域
}
}
},
我用的idea,配置文件端口设置成了 server.port=8888
报错: POST http://localhost:8081/api/sys/login 404 (Not Found)
{timestamp: “2021-12-09T15:11:03.844+00:00”, status: 404, error: “Not Found”,…}
error: "Not Found"
message: "No message available"
path: "/api/sys/login"
status: 404
timestamp: “2021-12-09T15:11:03.844+00:00”
基于Vue3重写Vue-element-admin,打造后台前端综合解决方案
了解课程