This commit is contained in:
duanxiaohai 2024-10-31 15:54:48 +08:00
parent 618afb1cd0
commit 7928f801a1
3 changed files with 2 additions and 2 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -2,7 +2,7 @@ import axios from "axios";
import { ElMessage } from "element-plus"; 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

@ -882,7 +882,7 @@ const personDetails = () => {
const pushStatus = (val, status) => { const pushStatus = (val, status) => {
http http
.get( .get(
`/api/ggfwyth/pg/operate?bm=${val.bm}&sfzhm=${val.sfzhm}&status=${status}` `/api/ggfwyth/pg/operate?bm=${val.bm}&xh=${val.xh}&sfzhm=${val.sfzhm}&status=${status}`
) )
.then((res) => { .then((res) => {
if (res.code == 200) { if (res.code == 200) {