1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| // const ENV = process.env.NODE_ENV
| export default {
| DOMAIN: "https://api.essencefunds.com/",
| // baseURL: ENV == 'development'?'https://api.guosen.org/':'https://api.guosen.org/',
| // baseURL: 'http://localhost:8070',
| /* Util API */
| // baseURL: '/',
| // baseURL: 'http://www.jumptalk.net:8091',
| // 0311
| // baseURL: "https://api.essencefunds.com/",
| // 本地
| baseURL: "http://192.168.0.110:8091/",
| util: {
| image: "/util/image.html" // 图片上传
| }
| };
| // https://api.guosen.org
| //
|
|