sit.env.js 252 B

12345678
  1. module.exports = {
  2. NODE_ENV: '"production"',
  3. ENV_CONFIG: '"sit"',
  4. // BASE_API: '"https://new.gdy.g107.com"',
  5. // BASE_API: '"http://qywx.1024win.cn"',
  6. BASE_API: '"http://test.qywx.g107.net"',//开发
  7. SERVE_AD: '"https://nkaoqin.g107.net"'
  8. }