添加功能

This commit is contained in:
2025-10-31 17:48:31 +08:00
parent 5859560694
commit 1d6bf629ec
58 changed files with 7065 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': '系统未知错误,请反馈给管理员'
}