Merge branch 'master' of http://124.156.157.155:8060/r/gp/cakuns_st_pc
2 files modified
2 files added
| New file |
| | |
| | | NODE_ENV=development |
| | | VUE_APP_PREVIEW=true |
| | | # VUE_APP_API_BASE_URL=http://www.jqydl.com:8091/ |
| | | # VUE_APP_API_BASE_URL=https://api.3falcon.com/ |
| | | # VUE_APP_API_BASE_URL=https://api.marwadi.online/ |
| | | # VUE_APP_API_BASE_URL=https://www.rksv.store:8091/ |
| | | # VUE_APP_API_BASE_URL=https://api.dfddgj346.xyz/ |
| | | # VUE_APP_API_BASE_URL=http://192.168.10.4:8091/ |
| | | # VUE_APP_API_BASE_URL=https://api.durocaspitall.com/ |
| | | VUE_APP_API_BASE_URL=https://api.fidelityio.com/ |
| | | # VUE_APP_API_BASE_URL= https://www.prudentcapitals.net/ |
| | | # VUE_APP_API_BASE_URL=https://api.guosen.org/ |
| New file |
| | |
| | | NODE_ENV=production |
| | | |
| | | VUE_APP_PREVIEW=true |
| | | |
| | | VUE_APP_API_BASE_URL=https://api.durocaspitall.com/ |
| | | |
| | | # VUE_APP_API_BASE_URL=http://192.168.10.4:8091/ |
| | |
| | | // 创建 axios 实例 |
| | | const request = axios.create({ |
| | | // API 请求的默认前缀 |
| | | baseURL: 'https://api.fidelityio.com/', |
| | | // baseURL: process.env.VUE_APP_API_BASE_URL, |
| | | // baseURL: 'https://api.fidelityio.com/', |
| | | baseURL: process.env.VUE_APP_API_BASE_URL, |
| | | // content-type: application/x-www-form-urlencoded |
| | | headers: { |
| | | 'Content-Type': 'application/x-www-form-urlencoded' |