This commit is contained in:
duanxiaohai 2024-10-18 10:54:20 +08:00
parent 612c88a2b9
commit b4f6b4b05a
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ import { ElMessage } from "element-plus";
import tools from "@/utils/tools"; import tools from "@/utils/tools";
import router from "../router"; 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; axios.defaults.timeout = 120000;
// HTTP request 拦截器 // HTTP request 拦截器

View File

@ -269,7 +269,7 @@ const searchT = (val) => {
} }
}; };
const searchT1 = (val) => { const searchT1 = (val) => {
console.log(val); // console.log(val);
// if (val == "name") { // if (val == "name") {
// getRegisteredDB(); // getRegisteredDB();
// } else { // } else {
@ -323,9 +323,9 @@ const getRegisteredDB = () => {
ElMessage.warning({ ElMessage.warning({
message: res.message, message: res.message,
}); });
// router.replace({ router.replace({
// path: "/error/403", path: "/error/403",
// }); });
} }
}); });
}; };