customConfig.js 104 B

1234
  1. module.exports = {
  2. urlDev: 'http://localhost:3000/',
  3. urlProd:'https://openapi.julefood.cn:4000/'
  4. };