12.28 智能招标采购室-第二版

This commit is contained in:
jl-zhoujl2
2022-12-28 17:29:12 +08:00
parent e30573e862
commit 576ac70ce4
8 changed files with 522 additions and 513 deletions

View File

@ -11,6 +11,7 @@ const messageMap = {
403: '您的用户角色信息异常,请重新登录',
90401: '您的登录已超时,请重新登录',
404: '系统错误,请联系管理员',
405: '您的用户无权限访问'
};
const RequestTimeoutPage: React.FC<{}> = () => {