prod.env.js 145 B

12345
  1. module.exports = {
  2. NODE_ENV: '"production"',
  3. REQUEST_URI: "'https://api.shuimuai.com/'"
  4. // REQUEST_URI:"'https://testapi.shuimuai.com/'"
  5. }