合并人才集团代码

This commit is contained in:
2025-11-03 12:30:37 +08:00
parent 233e5fecdc
commit 1c6d5c7a15
118 changed files with 12562 additions and 14 deletions

13
utilsRc/errorCode.js Normal file
View File

@@ -0,0 +1,13 @@
/*
* @Descripttion:
* @Author: lip
* @Date: 2023-07-27 15:56:30
* @LastEditors: lip
*/
export default {
'401': '您的登录状态已过期,请重新登录',
'403': '当前操作没有权限',
'404': '访问资源不存在',
'default': '系统未知错误,请反馈给管理员'
}