123456789 |
- 'use strict'
- module.exports = {
- NODE_ENV: '"production"',
- ENV_CONFIG: "'prod'",
- API_ROOT: '"//www.cofortest.com"',
- LOGIN_URL:'"http://user.cofortest.com/page/login?redirect=http%3a%2f%2fwww.cofortest.com%2f%23%2fhome"',
- REGISTER_URL: '"http://user.cofortest.com/page/register"',
- OSS_URL: '"https://mooctest-crowd-service.oss-cn-hangzhou.aliyuncs.com/Plantform/online/"'
- }
|