Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
409618f1
Commit
409618f1
authored
Apr 08, 2019
by
Junling Bu
Browse files
chore[litemall-admin]: 把英文消息提醒改成中文
parent
78e6ed64
Changes
3
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/components/Screenfull/index.vue
View file @
409618f1
...
...
@@ -55,7 +55,7 @@ export default {
click
()
{
if
(
!
screenfull
.
enabled
)
{
this
.
$message
({
message
:
'
you browser can not work
'
,
message
:
'
浏览器不支持全屏
'
,
type
:
'
warning
'
})
return
false
...
...
litemall-admin/src/components/SizeSelect/index.vue
View file @
409618f1
...
...
@@ -24,7 +24,7 @@ export default {
this
.
$store
.
dispatch
(
'
setSize
'
,
size
)
this
.
refreshView
()
this
.
$message
({
message
:
'
Switch Size Success
'
,
message
:
'
布局尺寸切换成功
'
,
type
:
'
success
'
})
},
...
...
litemall-admin/src/utils/clipboard.js
View file @
409618f1
...
...
@@ -3,7 +3,7 @@ import Clipboard from 'clipboard'
function
clipboardSuccess
()
{
Vue
.
prototype
.
$message
({
message
:
'
Copy successfully
'
,
message
:
'
拷贝成功
'
,
type
:
'
success
'
,
duration
:
1500
})
...
...
@@ -11,7 +11,7 @@ function clipboardSuccess() {
function
clipboardError
()
{
Vue
.
prototype
.
$message
({
message
:
'
Copy failed
'
,
message
:
'
拷贝失败
'
,
type
:
'
error
'
})
}
...
...
Write
Preview
Supports
Markdown
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