|
@@ -4,8 +4,8 @@ import { useGlobalState } from '../store/index'
|
|
const state = useGlobalState()
|
|
const state = useGlobalState()
|
|
|
|
|
|
const service = axios.create({
|
|
const service = axios.create({
|
|
- baseURL: 'http://192.168.4.41:8091/ghjgWebServiceTest',
|
|
+
|
|
-
|
|
+ baseURL: 'http://10.83.68.108:8091/ghjgWebServiceTest',
|
|
timeout: 60000,
|
|
timeout: 60000,
|
|
|
|
|
|
headers: {
|
|
headers: {
|