prod.env.js 255 B

12345678910
  1. /**
  2. * 发布时修改的配置,开发环境不需要修改
  3. */
  4. 'use strict'
  5. module.exports = {
  6. NODE_ENV: '"production"',
  7. DW_API_URL: '"http://localhost:8080"',
  8. DW_WEB_URL: '"http://localhost:8080"',
  9. DW_RESOURCE_URL: '"http://localhost:8080"'
  10. }