同步 本地话多语言配置
This commit is contained in:
parent
cf54cbf47c
commit
bd5764b846
|
|
@ -453,5 +453,10 @@ export default {
|
|||
btn_zoom_in: 'Zoom in',
|
||||
btn_zoom_out: 'Zoom out',
|
||||
preview: 'Preivew'
|
||||
}
|
||||
},
|
||||
designInfo: {
|
||||
auditSubmitText: 'Approve the Draft',
|
||||
auditTips: 'This manuscript is only used for content verification and will not be used as the final printed manuscript;',
|
||||
cancelText: 'Cancel',
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -448,5 +448,10 @@ export default {
|
|||
btn_zoom_out: '缩小',
|
||||
preview: '预览'
|
||||
},
|
||||
designInfo: {
|
||||
auditSubmitText: '批稿',
|
||||
auditTips: '此稿件仅仅作为核对内容使用用,不作为最终印刷稿件;',
|
||||
cancelText: '取消',
|
||||
},
|
||||
'OAuth 2.0': 'OAuth 2.0' // 避免菜单名是 OAuth 2.0 时,一直 warn 报错
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NODE_ENV=production
|
|||
VITE_DEV=true
|
||||
|
||||
# 请求路径
|
||||
VITE_BASE_URL='http://localhost:8080'
|
||||
VITE_BASE_URL='http://127.0.0.1:48080'
|
||||
|
||||
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
|
||||
VITE_UPLOAD_TYPE=server
|
||||
|
|
|
|||
|
|
@ -453,5 +453,10 @@ export default {
|
|||
btn_zoom_in: 'Zoom in',
|
||||
btn_zoom_out: 'Zoom out',
|
||||
preview: 'Preivew'
|
||||
}
|
||||
},
|
||||
designInfo: {
|
||||
auditSubmitText: 'Approve the Draft',
|
||||
auditTips: 'This manuscript is only used for content verification and will not be used as the final printed manuscript;',
|
||||
cancelText: 'Cancel',
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue