prod.env.js 186 B

12345678
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. }
  5. BASE_API: '"https://test.dayaedu.com"'
  6. // BASE_API: '"http://dev.colexiu.com"'
  7. // let target = "https://test.dayaedu.com";