|
@@ -1,25 +1,25 @@
|
|
|
export default {
|
|
|
- "0": "操作成功",
|
|
|
- "2001": "操作过于频繁,请刷新后再试",
|
|
|
- "4001": "参数缺少",
|
|
|
- "4002": "没有权限",
|
|
|
- "4003": "用户不存在",
|
|
|
- "4004": "用户已添加",
|
|
|
- "4005": "项目创建人不能删除",
|
|
|
- "4008": "用户未登录",
|
|
|
- "4009": "四维登录失败",
|
|
|
- "4010": "删除自己",
|
|
|
- "4011": "默认角色不允许",
|
|
|
- "4012": "角色已被成员绑定,请更换成员角色后进行删除",
|
|
|
- "5001": "项目创建人不存在",
|
|
|
- "5002": "项目不存在,或已删除",
|
|
|
- "7001": "文件上传失败",
|
|
|
- "7002": "上传文件不存在",
|
|
|
- "7003": "文件上传过大",
|
|
|
- "7004": "上传调用bim失败",
|
|
|
- "7005": "bim已上传,删除可再次删除",
|
|
|
- "7006": "bim上传中,请稍后",
|
|
|
- "7007": "文件内容错误",
|
|
|
- "8001": "场景已绑定不可添加",
|
|
|
- "-1": "操作失败"
|
|
|
+ "0": "Successful",
|
|
|
+ "2001": "Operation is too frequent, please refresh and try again.",
|
|
|
+ "4001": "Parameter missing",
|
|
|
+ "4002": "No access",
|
|
|
+ "4003": "User does not exist",
|
|
|
+ "4004": "User has been added",
|
|
|
+ "4005": "Project creator cannot be deleted",
|
|
|
+ "4008": "User is not logged in",
|
|
|
+ "4009": "Login failed",
|
|
|
+ "4010": "Delete yourself",
|
|
|
+ "4011": "Default role is not allowed",
|
|
|
+ "4012": "The role has been bound by a member, please change the member role and delete it.",
|
|
|
+ "5001": "Project creator does not exist",
|
|
|
+ "5002": "Project does not exist or has been deleted",
|
|
|
+ "7001": "File upload failed",
|
|
|
+ "7002": " Uploaded file does not exist",
|
|
|
+ "7003": "File is too large to upload",
|
|
|
+ "7004": "Failed to upload and invoke the BIM file",
|
|
|
+ "7005": "The BIM file has been uploaded, click Delete can upload it again",
|
|
|
+ "7006": "The BIM file is uploading, please wait",
|
|
|
+ "7007": "File content error",
|
|
|
+ "8001": "Scene has been bound and cannot be added",
|
|
|
+ "-1": "Operation failed"
|
|
|
}
|