|
@@ -3,8 +3,8 @@ import { tansParams } from './common.ts'
|
|
|
// 创建axios实例
|
|
|
var url = "https://gateWay.usky.cn/"
|
|
|
if (typeof window !== 'undefined'){
|
|
|
- if(window.location.host.indexOf("localhost") > -1 || window.location.host.indexOf("172.16.120.165") >-1){
|
|
|
- url = "http://172.16.120.165:13200/"
|
|
|
+ if(window.location.host.indexOf("localhost") > -1 || window.location.host.indexOf("192.168.10.165") >-1){
|
|
|
+ url = "http://192.168.10.165:13200/"
|
|
|
}
|
|
|
if(window.location.host.indexOf("usky.cn") > -1){
|
|
|
url = "https://gateWay.usky.cn/"
|