摘要: https://wujie-micro.github.io/doc/guide/start.html 快速上手 子应用的资源和接口的请求都在主域名发起,所以会有跨域问题,子应用必须做cors 设置 app.use((req, res, next) => { // 路径判断等等 res.set({ " 阅读全文
posted @ 2024-06-25 15:01 噬蛇之牙 阅读(14) 评论(0) 推荐(0) 编辑