一、本地换 https(方便,操作一次就长期可用)
package.json 修改
"start": "HTTPS=true BUILD_ENV=DEV react-app-rewired start",
修改secue
https://blog.csdn.net/cumichun6193/article/details/108097752
二、用代理转发
思路:chrome 请求统一发本地代理,本地代理手动加 cookie 发线上
一、本地换 https(方便,操作一次就长期可用)
package.json 修改
"start": "HTTPS=true BUILD_ENV=DEV react-app-rewired start",
修改secue
https://blog.csdn.net/cumichun6193/article/details/108097752
二、用代理转发
思路:chrome 请求统一发本地代理,本地代理手动加 cookie 发线上
让时间为你证明