Vue generation environment access path configuration

module.exports = { 
  NODE_ENV: '"production"' ,
   // API_KEY: '"https://app-verify.iwonly.com/"', // Does your online interface have a unified interface prefix, test environment , 
  API_ROOT: '"https://app.iwonly.com/"' // Official environment 
}

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

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

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

Guess you like

Origin www.cnblogs.com/dianzan/p/12721454.html