siteinfo.js 359 B

1234567891011
  1. const ENV = process.env.NODE_ENV === 'development';
  2. // const ROOT = ENV?'http://www.mall.com':'https://t6.9026.com';
  3. const ROOT = 'https://qiantengteng.9026.com';
  4. var siteinfo = {
  5. 'acid': -1,
  6. 'version': '4.3.57',
  7. 'root':ROOT,
  8. 'siteroot': ROOT+'/app/index.php',
  9. 'apiroot': ROOT+'/web/index.php?_mall_id=21988',
  10. };
  11. module.exports = siteinfo;