Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
3d8dea1d
Commit
3d8dea1d
authored
Jul 04, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
国际化bug修复
parent
50ee17e5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
en_US.json
src/i18n/languages/en_US.json
+2
-1
Navbar.vue
src/layout/components/Navbar.vue
+1
-1
No files found.
src/i18n/languages/en_US.json
View file @
3d8dea1d
...
...
@@ -3896,5 +3896,6 @@
"入仓方数"
:
""
,
"收费方数"
:
""
,
"可放入重量"
:
""
,
"可放入收费重量"
:
""
"可放入收费重量"
:
""
,
"确定注销并退出系统吗?"
:
"Are you sure to log out and exit the system?"
}
src/layout/components/Navbar.vue
View file @
3d8dea1d
...
...
@@ -158,7 +158,7 @@ export default {
saveLocale(value)
}, */
async
logout
()
{
this
.
$modal
.
confirm
(
'
确定注销并退出系统吗?
'
,
'
提示
'
).
then
(()
=>
{
this
.
$modal
.
confirm
(
this
.
$t
(
'
确定注销并退出系统吗?
'
),
this
.
$t
(
'
提示
'
)
).
then
(()
=>
{
this
.
$store
.
dispatch
(
'
LogOut
'
).
then
(()
=>
{
location
.
href
=
'
/
'
;
})
...
...
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