dva 配置了代理:
"proxy": {
"/api": {
"target": "http://120.76.0.1/api",
"changeOrigin": true,
"pathRewrite": { "^/api" : "" }
}
}
在本地调试没有问题, 请求正常 ~
但是别的终端(电脑,手机)上, 通过我本机的ip地址访问, 均不能请求网络 ?
于是, 我放到线上的, 也就是 http://120.76.0.1/api 下, 我放到这里, 也无法访问 ~
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
学习是最好的投资!