This commit is contained in:
parent
612c88a2b9
commit
b4f6b4b05a
|
@ -3,7 +3,7 @@ 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 拦截器
|
||||
|
|
|
@ -269,7 +269,7 @@ const searchT = (val) => {
|
|||
}
|
||||
};
|
||||
const searchT1 = (val) => {
|
||||
console.log(val);
|
||||
// console.log(val);
|
||||
// if (val == "name") {
|
||||
// getRegisteredDB();
|
||||
// } else {
|
||||
|
@ -323,9 +323,9 @@ const getRegisteredDB = () => {
|
|||
ElMessage.warning({
|
||||
message: res.message,
|
||||
});
|
||||
// router.replace({
|
||||
// path: "/error/403",
|
||||
// });
|
||||
router.replace({
|
||||
path: "/error/403",
|
||||
});
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue