自主修改邮箱
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
//记得切换
|
||||
|
||||
//正式
|
||||
const mediaUrl = '/public/';
|
||||
const baseUrl = '/';
|
||||
// const mediaUrl = '/public/';
|
||||
// const baseUrl = '/';
|
||||
|
||||
//正式环境
|
||||
|
||||
// const mediaUrl = 'https://submission.tmrjournals.com/public/';
|
||||
// // const mediaUrl = 'http://zmzm.tougao.dev.com/public/';
|
||||
// const baseUrl = '/api'
|
||||
const mediaUrl = 'https://submission.tmrjournals.com/public/';
|
||||
// const mediaUrl = 'http://zmzm.tougao.dev.com/public/';
|
||||
const baseUrl = '/api'
|
||||
|
||||
//测试环境
|
||||
|
||||
|
||||
@@ -20,6 +20,13 @@ const en = {
|
||||
info: {
|
||||
realname: 'English names can only contain uppercase and lowercase letters, "-", and spaces'
|
||||
},
|
||||
articleAdd: {
|
||||
qqEmailAlertLine1: 'The publisher does not currently accept submissions from QQ Mail.',
|
||||
qqEmailAlertLine2Before: 'Please go to',
|
||||
qqEmailDashboardLink: 'Personal Center (Dashboard)',
|
||||
qqEmailAlertLine2After: ' to change your registered email.',
|
||||
qqEmailSubmitBlockedMsg: 'QQ Mail is not supported for submission. Please go to Personal Center (Dashboard) and change your email.'
|
||||
},
|
||||
total: {
|
||||
author: 'author',
|
||||
editor: 'editor',
|
||||
|
||||
@@ -19,6 +19,13 @@ const zh = {
|
||||
}, info: {
|
||||
realname: '英文名字只能包含大小写英文字母、"-" 、和 空格'
|
||||
},
|
||||
articleAdd: {
|
||||
qqEmailAlertLine1: '出版社暂不支持qq邮箱投稿。',
|
||||
qqEmailAlertLine2Before: '请前往',
|
||||
qqEmailDashboardLink: '个人中心(Dashboard)',
|
||||
qqEmailAlertLine2After: '更换邮箱账号。',
|
||||
qqEmailSubmitBlockedMsg: '出版社暂不支持qq邮箱投稿,请去个人中心更换邮箱账号'
|
||||
},
|
||||
total: {
|
||||
author: '作者',
|
||||
editor: '编辑',
|
||||
|
||||
Reference in New Issue
Block a user