prod.env.js 115 B

1234
  1. module.exports = {
  2. NODE_ENV: '"production"',
  3. API_ROOT: '"../../../mapi/index.php"' // 发布环境 API地址
  4. }