|
@@ -1,7 +1,7 @@
|
|
|
import axios, { InternalAxiosRequestConfig, AxiosResponse } from 'axios'
|
|
|
import { tansParams } from './common.ts'
|
|
|
// 创建axios实例
|
|
|
-var url = "http://192.168.10.165:13200/"
|
|
|
+var url = "http://121.41.4.166:13200/"
|
|
|
// if (typeof window !== 'undefined'){
|
|
|
// if(window.location.host.indexOf("localhost") > -1 || window.location.host.indexOf("192.168.10.165") >-1){
|
|
|
// url = "http://192.168.10.165:13200/"
|