Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-platform
Commits
8e369e0c
Commit
8e369e0c
authored
Dec 21, 2021
by
前端-许佳敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加后端响应消息提示
parent
a54545b5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
0 deletions
+6
-0
ResponseCode.json
src/constants/ResponseCode.json
+0
-0
en-US.ts
src/locales/en-US.ts
+2
-0
responseCode.ts
src/locales/en-US/responseCode.ts
+0
-0
ko-KR.ts
src/locales/ko-KR.ts
+2
-0
responseCode.ts
src/locales/ko-KR/responseCode.ts
+0
-0
zh-CN.ts
src/locales/zh-CN.ts
+2
-0
responseCode.ts
src/locales/zh-CN/responseCode.ts
+0
-0
No files found.
src/constants/ResponseCode.json
0 → 100644
View file @
8e369e0c
This diff is collapsed.
Click to expand it.
src/locales/en-US.ts
View file @
8e369e0c
...
...
@@ -34,6 +34,7 @@ import balance from './en-US/balance'
import
processRuleSetting
from
'./en-US/system/processRuleSetting'
import
afterService
from
'./en-US/afterService'
;
import
marketing
from
'./en-US/marketing'
import
responseCode
from
'./en-US/responseCode'
export
default
{
'global.siteName'
:
'瓴犀'
,
...
...
@@ -73,4 +74,5 @@ export default {
...
afterService
,
...
balance
,
...
marketing
,
...
responseCode
,
}
src/locales/en-US/responseCode.ts
0 → 100644
View file @
8e369e0c
This diff is collapsed.
Click to expand it.
src/locales/ko-KR.ts
View file @
8e369e0c
...
...
@@ -34,6 +34,7 @@ import balance from './ko-KR/balance'
import
processRuleSetting
from
'./ko-KR/system/processRuleSetting'
import
afterService
from
'./ko-KR/afterService'
;
import
marketing
from
'./ko-KR/marketing'
import
responseCode
from
'./ko-KR/responseCode'
export
default
{
'global.siteName'
:
'瓴犀'
,
...
...
@@ -73,4 +74,5 @@ export default {
...
afterService
,
...
balance
,
...
marketing
,
...
responseCode
,
}
src/locales/ko-KR/responseCode.ts
0 → 100644
View file @
8e369e0c
This diff is collapsed.
Click to expand it.
src/locales/zh-CN.ts
View file @
8e369e0c
...
...
@@ -34,6 +34,7 @@ import balance from './zh-CN/balance'
import
processRuleSetting
from
'./zh-CN/system/processRuleSetting'
import
afterService
from
'./zh-CN/afterService'
;
import
marketing
from
'./zh-CN/marketing'
import
responseCode
from
'./zh-CN/responseCode'
export
default
{
'global.siteName'
:
'瓴犀'
,
...
...
@@ -73,4 +74,5 @@ export default {
...
afterService
,
...
balance
,
...
marketing
,
...
responseCode
,
}
src/locales/zh-CN/responseCode.ts
0 → 100644
View file @
8e369e0c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment