|
@@ -4,8 +4,8 @@ import { useGlobalState } from '../store/index'
|
|
|
const state = useGlobalState()
|
|
|
|
|
|
const service = axios.create({
|
|
|
- baseURL: 'http://192.168.4.41:8091/ghjgWebServiceTest',
|
|
|
- // baseURL: 'http://10.83.68.108:8091/ghjgWebServiceTest',
|
|
|
+ // baseURL: 'http://192.168.4.41:8091/ghjgWebServiceTest',
|
|
|
+ baseURL: 'http://10.83.68.108:8091/ghjgWebServiceTest',
|
|
|
timeout: 60000, // 请求超时时间 毫秒
|
|
|
// withCredentials: true,
|
|
|
headers: {
|