Merge branch 'dev' of https://git.yfgame.vip/r/hangtag into dev

This commit is contained in:
Mrking 2024-11-17 12:07:13 +08:00
commit 4c73984d12
4 changed files with 18 additions and 3 deletions

View File

@ -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',
},
}

View File

@ -448,5 +448,10 @@ export default {
btn_zoom_out: '缩小',
preview: '预览'
},
designInfo: {
auditSubmitText: '批稿',
auditTips: '此稿件仅仅作为核对内容使用用,不作为最终印刷稿件;',
cancelText: '取消',
},
'OAuth 2.0': 'OAuth 2.0' // 避免菜单名是 OAuth 2.0 时,一直 warn 报错
}

View File

@ -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

View File

@ -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',
},
}