feat: 增加红色名字

This commit is contained in:
2025-12-17 10:15:10 +08:00
parent 69ddc7c007
commit 5e9248a63f
3 changed files with 22 additions and 5 deletions

View File

@ -89,7 +89,7 @@ export const bmStatistics = (data) => {
});
};
// 模块排名统计
// 模块排名统计
export const mkStatistics = (data) => {
return request({
url: api + "/monitor/operlog/mkStatistics",
@ -106,3 +106,10 @@ export const useStatistics = (data) => {
data
});
};
/** 获取是否红色名字,市情指领导、优秀信息员、优秀研判名字要变橙红色 */
export const getUserIsRed = () => {
return request({
url: '/mosty-api/mosty-gsxt' + "/xxcj/mjjf/sfgxys",
method: "GET"
});
};