以前做H5的时候有window对象可以这样获取
if(window.location.hostname == 'localhost'){
baseURL = 'http://xxxxxx'
}else{
if(window.location.hostname == 'www.baidu.com'){
baseURL = 'http://xxxxxxx;
}else{
baseURL = 'http://service.' + window.location.hostname + ':18080'
}
好像在uni中没有window对象,望大佬讲解一波,我该怎么配置(类似于地区选择加载不同的域名)
1***@163.com
- 发布:2020-02-07 21:43
- 更新:2020-02-07 21:43
- 阅读:714
0 个回复