forked from github/dataease
fix: 图片上传提示修复
This commit is contained in:
parent
6b5bc5fedd
commit
1a1a992d52
@ -1,6 +1,6 @@
|
||||
# just a flag
|
||||
ENV = 'development'
|
||||
|
||||
EDITOR=code
|
||||
# base api
|
||||
# VUE_APP_BASE_API = '/dev-api'
|
||||
VUE_APP_BASE_API = 'http://localhost:8081/'
|
||||
|
@ -41,6 +41,10 @@ export default {
|
||||
finish: 'Finish'
|
||||
}
|
||||
},
|
||||
track: {
|
||||
upload_limit_format: 'The image format is incorrect. It supports JPG and PNG',
|
||||
upload_limit_size: 'Picture size shall not exceed',
|
||||
},
|
||||
route: {
|
||||
dashboard: 'Dashboard',
|
||||
documentation: 'Documentation',
|
||||
|
@ -41,6 +41,10 @@ export default {
|
||||
finish: '完成'
|
||||
}
|
||||
},
|
||||
track: {
|
||||
upload_limit_format: '圖片格式錯誤,支持JPG,PNG',
|
||||
upload_limit_size: '圖片大小不超過',
|
||||
},
|
||||
route: {
|
||||
dashboard: '首頁',
|
||||
documentation: '文檔',
|
||||
|
@ -41,6 +41,10 @@ export default {
|
||||
finish: '完成'
|
||||
}
|
||||
},
|
||||
track: {
|
||||
upload_limit_format: '图片格式错误,支持JPG,PNG',
|
||||
upload_limit_size: '图片大小不超过',
|
||||
},
|
||||
route: {
|
||||
dashboard: '首页',
|
||||
documentation: '文档',
|
||||
|
Loading…
Reference in New Issue
Block a user