Commit 409618f1 authored by Junling Bu's avatar Junling Bu
Browse files

chore[litemall-admin]: 把英文消息提醒改成中文

parent 78e6ed64
......@@ -55,7 +55,7 @@ export default {
click() {
if (!screenfull.enabled) {
this.$message({
message: 'you browser can not work',
message: '浏览器不支持全屏',
type: 'warning'
})
return false
......
......@@ -24,7 +24,7 @@ export default {
this.$store.dispatch('setSize', size)
this.refreshView()
this.$message({
message: 'Switch Size Success',
message: '布局尺寸切换成功',
type: 'success'
})
},
......
......@@ -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'
})
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment