Commit 0ecc64b90a26a01dce2ee51ae096e6c813f81bf7
'最新'
Showing
1 changed file
with
4 additions
and
0 deletions
admin-web-master/src/utils/request.js
| ... | ... | @@ -19,9 +19,13 @@ if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost |
| 19 | 19 | // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; |
| 20 | 20 | // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server'; |
| 21 | 21 | // baseURL = 'http://172.16.61.125:9003'; |
| 22 | + | |
| 22 | 23 | // baseURL = 'http://192.168.2.107:9003'; |
| 23 | 24 | |
| 24 | 25 | baseURL = 'http://192.168.2.138:9003'; |
| 26 | + | |
| 27 | + // baseURL = 'http://10.0.0.51:9003'; | |
| 28 | + | |
| 25 | 29 | // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; |
| 26 | 30 | // baseURL = 'http://192.168.2.225:9003'; |
| 27 | 31 | ... | ... |