fix: 图片上传提示修复
This commit is contained in:
parent
6b5bc5fedd
commit
1a1a992d52
@ -1,6 +1,6 @@
|
|||||||
# just a flag
|
# just a flag
|
||||||
ENV = 'development'
|
ENV = 'development'
|
||||||
|
EDITOR=code
|
||||||
# base api
|
# base api
|
||||||
# VUE_APP_BASE_API = '/dev-api'
|
# VUE_APP_BASE_API = '/dev-api'
|
||||||
VUE_APP_BASE_API = 'http://localhost:8081/'
|
VUE_APP_BASE_API = 'http://localhost:8081/'
|
||||||
|
|||||||
@ -41,6 +41,10 @@ export default {
|
|||||||
finish: 'Finish'
|
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: {
|
route: {
|
||||||
dashboard: 'Dashboard',
|
dashboard: 'Dashboard',
|
||||||
documentation: 'Documentation',
|
documentation: 'Documentation',
|
||||||
|
|||||||
@ -41,6 +41,10 @@ export default {
|
|||||||
finish: '完成'
|
finish: '完成'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
track: {
|
||||||
|
upload_limit_format: '圖片格式錯誤,支持JPG,PNG',
|
||||||
|
upload_limit_size: '圖片大小不超過',
|
||||||
|
},
|
||||||
route: {
|
route: {
|
||||||
dashboard: '首頁',
|
dashboard: '首頁',
|
||||||
documentation: '文檔',
|
documentation: '文檔',
|
||||||
|
|||||||
@ -41,6 +41,10 @@ export default {
|
|||||||
finish: '完成'
|
finish: '完成'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
track: {
|
||||||
|
upload_limit_format: '图片格式错误,支持JPG,PNG',
|
||||||
|
upload_limit_size: '图片大小不超过',
|
||||||
|
},
|
||||||
route: {
|
route: {
|
||||||
dashboard: '首页',
|
dashboard: '首页',
|
||||||
documentation: '文档',
|
documentation: '文档',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user