增加单位管理的接口

This commit is contained in:
2025-09-06 23:06:58 +08:00
parent a42559a936
commit fd7093e613
9 changed files with 470 additions and 358 deletions

View File

@@ -25,7 +25,7 @@ const install = (Vue, vm) => {
req.header = [];
}
req.header["source"] = "uniapp";
req.header["clientId"] = "dab457a1ea14411787c240db05bb0832"
req.header["clientId"] = "22b351e7583881d0a608dd44371bae41"
// 默认指定返回 JSON 数据
if (!req.header[ajaxHeader]){
req.header[ajaxHeader] = 'json';