uni-app设置跨域代理。pathRewrite重写路径在vue2有效、vue3无效
proxy跨域代理,重写路径无效
·
解决方案:
https://blog.csdn.net/Blooming_x/article/details/127005842
proxy跨域代理详解可以看这篇文章:
https://blog.csdn.net/xuanhaiyang2008/article/details/101541830
接口链接是这样的: /api/NPCActivityApi/Activity/RecentActivities
![](https://tuchuangs.com/imgs/2022/09/22/66a0b5cd497f13b8.png)
在uni-app中vue3的版本中pathRewrite重写路径是没有作用,在vue2的版本中就可以替换成功。
在vue2和vue3中测试过多次,无法成功替换路径
更多推荐
已为社区贡献5条内容
所有评论(0)