Commit ed0474187ed48d9f4c36054325fd1c9045d23b2c
1 parent
3aff6a21
1
Showing
2 changed files
with
2 additions
and
2 deletions
admin-web-master/dist (2).zip deleted
No preview for this file type
admin-web-master/src/utils/request.js
| ... | ... | @@ -17,8 +17,8 @@ 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'; | |
| 21 | - baseURL = 'http://128.10.250.134:9003'; | |
| 20 | + baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server'; | |
| 21 | + // baseURL = 'http://128.10.250.134:9003'; | |
| 22 | 22 | |
| 23 | 23 | // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; |
| 24 | 24 | // baseURL = 'http://192.168.2.225:9003'; | ... | ... |