prod.env.js 94 B

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