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

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

parent 78e6ed64
...@@ -55,7 +55,7 @@ export default { ...@@ -55,7 +55,7 @@ export default {
click() { click() {
if (!screenfull.enabled) { if (!screenfull.enabled) {
this.$message({ this.$message({
message: 'you browser can not work', message: '浏览器不支持全屏',
type: 'warning' type: 'warning'
}) })
return false return false
......
...@@ -24,7 +24,7 @@ export default { ...@@ -24,7 +24,7 @@ export default {
this.$store.dispatch('setSize', size) this.$store.dispatch('setSize', size)
this.refreshView() this.refreshView()
this.$message({ this.$message({
message: 'Switch Size Success', message: '布局尺寸切换成功',
type: 'success' type: 'success'
}) })
}, },
......
...@@ -3,7 +3,7 @@ import Clipboard from 'clipboard' ...@@ -3,7 +3,7 @@ import Clipboard from 'clipboard'
function clipboardSuccess() { function clipboardSuccess() {
Vue.prototype.$message({ Vue.prototype.$message({
message: 'Copy successfully', message: '拷贝成功',
type: 'success', type: 'success',
duration: 1500 duration: 1500
}) })
...@@ -11,7 +11,7 @@ function clipboardSuccess() { ...@@ -11,7 +11,7 @@ function clipboardSuccess() {
function clipboardError() { function clipboardError() {
Vue.prototype.$message({ Vue.prototype.$message({
message: 'Copy failed', message: '拷贝失败',
type: 'error' 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