素材巴巴 > 程序开发 >

Angular11 使用proxy.conf.json解决跨域问题

程序开发 2023-09-11 11:07:55

Angular11 使用proxy.conf.json解决跨域问题

文章目录

一、在根目录下创建proxy.conf.json

image-20210119111615397

{"/api": {"target": "http://localhost:8080","logLevel": "debug","changeOrigin": true,"pathRewrite": { "^/api": ""}}
 }
 

image-20210119111722653

二、前端请求

image-20210119112348590

三、修改package.json

image-20210119112515126

“start”: “ng serve --proxy-config proxy.conf.json --open”,

启动

image-20210119112627064


标签:

上一篇: idea下创建并配置WEB项目 下一篇:
素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。