|
@@ -1,27 +1,30 @@
|
|
export default {
|
|
export default {
|
|
- "0": "Successful",
|
|
|
|
- "2001": "Operation is too frequent, please refresh and try again.",
|
|
|
|
- "3014": "Incorrect account number or password",
|
|
|
|
- "3015": "User does not exist",
|
|
|
|
- "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"
|
|
|
|
-}
|
|
|
|
|
|
+ '0': 'Successful',
|
|
|
|
+ '2001': 'Operation is too frequent, please refresh and try again.',
|
|
|
|
+ '3014': 'Incorrect account number or password',
|
|
|
|
+ '3015': 'User does not exist',
|
|
|
|
+ '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.',
|
|
|
|
+ '4014':
|
|
|
|
+ 'Your current account is not authenticated, please authenticate it before logging in.',
|
|
|
|
+ '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'
|
|
|
|
+}
|