12345678910111213141516171819 |
- module.exports = {
- NODE_ENV: '"development"',
- ENV_CONFIG: '"dev"',
- // BASE_API: '"https://new.gdy.g107.com"',
- // SERVE_AD: '"https://nkaoqin.g107.net"'
-
- // BASE_API: '"http://test.qywx.g107.net"',
- // BASE_API: '"http://qywx.1024win.cn"',
- // BASE_API: '"http://test.qywx.g107.net"',//开发
- BASE_API: '"https://qywx.g107.net"',//生产
- SERVE_AD: '"https://nkaoqin.g107.net"',
- // APPID: '"ww4065f0d4bb232a6a"',
- APPID: '"wwa8bbe3b687a632dd"',
- // APPID: '"ww1d41fd7a34ed1a64"',//测试
- // REDIRECT_URI: '"http%3A%2F%2Fwechatdings.vaiwan.com"',
- // BASE_API: '"https://oa.g107.com"',
- // SERVE_AD:'"https://ad.g107.com"'
- }
|