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