12345678910 |
- 'use strict'
- module.exports = {
- NODE_ENV: '"production"',
- // BASE_API: '"https://api.xt.kuyicloud.com"'
-
- BASE_API: '"http://api.xt.test.sgjyun.com"'
- // http://api.xt.test.sgjyun.com
- // '"http://api.xt.kuyicloud.com"', //'"http://api.xt.kuyicloud.com"','"http://api.xt.test.sgjyun.com"'
- }
|