友情链接管理;封装上传接口
This commit is contained in:
@ -31,4 +31,13 @@ export default {
|
||||
// 按钮
|
||||
"common.confirm": "确定",
|
||||
"common.cancel": "取消",
|
||||
|
||||
// FileUpload组件
|
||||
'component.fileUpload.buttonText': '上传文件',
|
||||
'component.fileUpload.dragText': '点击或拖拽文件到此区域上传',
|
||||
'component.fileUpload.fileTypeTip': '支持的文件类型:{types}',
|
||||
'component.fileUpload.fileSizeTip': '文件大小不超过{size}MB',
|
||||
'component.fileUpload.uploadFailed': '上传失败',
|
||||
'component.fileUpload.parseError': '解析响应失败',
|
||||
'component.fileUpload.networkError': '网络错误',
|
||||
};
|
||||
|
@ -51,6 +51,7 @@ export default {
|
||||
'friendLink.enable.confirm.content': '确定要启用该友情链接吗?',
|
||||
'friendLink.disable.confirm.title': '禁用确认',
|
||||
'friendLink.disable.confirm.content': '确定要禁用该友情链接吗?',
|
||||
'friendLink.detail.failed': '获取友情链接详情失败',
|
||||
|
||||
// 友情链接分类管理
|
||||
'friendLink.category.title': '友情链接分类管理',
|
||||
|
Reference in New Issue
Block a user