功能变化: 登录bug;消息中心配置

This commit is contained in:
猿小天
2023-02-15 23:06:45 +08:00
parent 05c69b069e
commit 4d832b5e68
6 changed files with 1344 additions and 35 deletions

View File

@@ -1,12 +1,12 @@
import { request } from '/@/utils/service';
import { PageQuery, AddReq, DelReq, EditReq, InfoReq } from '@fast-crud/fast-crud';
export const apiPrefix = '/api/system/dept/';
export const apiPrefix = '/api/system/message_center/';
export function GetList(query: PageQuery) {
return request({
url: apiPrefix,
method: 'get',
data: query,
params: query,
});
}
export function GetObj(id: InfoReq) {