|
@@ -4,7 +4,7 @@ import { useUserStore } from '../stores/user'
|
|
|
const userStore = useUserStore()
|
|
|
|
|
|
const service = axios.create({
|
|
|
- baseURL: 'http://172.20.105.160:6080/data-service-manage-service',
|
|
|
+ baseURL: 'https://zgscim.china-gis.com/data-service-manage-service',
|
|
|
timeout: 60000, // 请求超时时间 毫秒
|
|
|
// withCredentials: true,
|
|
|
headers: {
|