12345678910 |
- 'use strict'
- module.exports = {
- NODE_ENV: '"production"',
- <<<<<<< HEAD
- // BASE_API: '"http://channel.admin.dev.zonelife.cn/zs/channel/admin"'
- BASE_API: '"https://channel-api.zonelife.cn/zs/channel/admin"'
- =======
- BASE_API: '"https://admin-api.macrozheng.com"'
- >>>>>>> 259d796d8a144f6fcd5b371a06c66676c11ec3e9
- }
|