vue生成环境 访问路径配置

module.exports = {
  NODE_ENV: '"production"',
  //API_KEY:'"https://app-verify.iwonly.com/"',//你们的线上接口是否有统一的接口前缀,测试环境,
  API_ROOT:'"https://app.iwonly.com/"' //正式环境
}

https://www.jianshu.com/p/1fc65f3f4afa

https://blog.csdn.net/qq_22844483/article/details/81662670

https://www.cnblogs.com/moqiutao/p/8461665.html

猜你喜欢

转载自www.cnblogs.com/dianzan/p/12721454.html
今日推荐