1 2
'use strict' module.exports = {
3 4 5 6 7
APP_BASE_APP_API:'"https://bus.jycrtc.com"', //项目api地址1 注意里面的双引号 APP_BASE_WWW_API:'"https://pay.jycrtc.com"', //项目api地址2 VUE_APP_API:'"https://bus.jycrtc.com"', VUE_APP_PAYAPI:'"https://pay.jycrtc.com"',
8 9
NODE_ENV: '"production"' }