Commit 6e3d38e32685d6542354c7db222a0d59896e1764
1 parent
9ffe7fd7
1
Showing
1 changed file
with
2 additions
and
2 deletions
admin-web-master/src/utils/request.js
| ... | ... | @@ -17,9 +17,9 @@ let baseURL = '' |
| 17 | 17 | if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) { |
| 18 | 18 | |
| 19 | 19 | // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; |
| 20 | - // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server'; | |
| 20 | + baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server'; | |
| 21 | 21 | // baseURL = 'http://172.16.61.125:9003'; |
| 22 | - baseURL = 'http://10.0.0.51:9003'; | |
| 22 | + // baseURL = 'http://10.0.0.51:9003'; | |
| 23 | 23 | // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; |
| 24 | 24 | // baseURL = 'http://192.168.2.225:9003'; |
| 25 | 25 | ... | ... |