This commit is contained in:
duanxiaohai 2024-11-11 16:06:01 +08:00
parent 93ebc9bf8b
commit b258fe7517
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import axios from "axios";
import { ElMessage } from "element-plus";
import tools from "@/utils/tools";
import router from "../router";
// axios.defaults.baseURL = 'https://jzzf.longyou.gov.cn:998/'
axios.defaults.baseURL = 'https://jzzf.longyou.gov.cn:998/'
axios.defaults.timeout = 120000;
// HTTP request 拦截器