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