码迷,mamicode.com
首页 > Web开发 > 详细

umijs 设置请求代理

时间:2021-07-14 18:40:58      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:ase   服务器   code   域名   开发   api   style   get   cal   

设置请求代理:.umirc中设置。可以将当前访问域名的请求转发到指定域名下。用于跨域代理开发,开发完后放入指定服务器中。

//请求代理
  proxy: {
    ‘/api‘: {
      target: ‘http://localhost:3000‘,
      changeOrigin: true,
      pathRewrite: {
        ‘^/api/‘: ‘/api/‘,
      },
    },
  },

打包和运行到指定目录

//运行到某个目录中
  base: ‘/timeaxis_web/‘,
  publicPath: ‘/timeaxis_web/‘,
  outputPath: ‘/timeaxis_web/‘,

 

umijs 设置请求代理

标签:ase   服务器   code   域名   开发   api   style   get   cal   

原文地址:https://www.cnblogs.com/wuhairui/p/15007544.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!