This commit is contained in:
lcw
2025-09-26 12:56:52 +08:00
parent 204a199990
commit 2bed0ee326
503 changed files with 37423 additions and 1132 deletions

View File

@ -1,6 +1,6 @@
import request from "@/utils/request";
const api = "/mosty-base";
const api = "/bagl/mosty-base";
//根据身份证号码查询个人信息
export const cyryPage = (data) => {
return request({
@ -11,7 +11,7 @@ export const cyryPage = (data) => {
};
// 查询公司下的年检人员
// /mosty-base/baxx / njry / list
// /bagl/mosty-base/baxx / njry / list
export const njryList = (data) => {
return request({
url: api + "/baxx/njry/list",