提交
This commit is contained in:
@@ -21,11 +21,11 @@
|
||||
<div style="width: 100%;height: calc(100% - 62px);overflow: hidden;">
|
||||
|
||||
<div class="content" style="padding: 0;overflow: hidden;">
|
||||
<transition name="move" mode="out-in">
|
||||
<keep-alive :include="tagsList">
|
||||
<!-- <transition name="move" mode="out-in"> -->
|
||||
<!-- <keep-alive :include="tagsList"> -->
|
||||
<router-view></router-view>
|
||||
</keep-alive>
|
||||
</transition>
|
||||
<!-- </keep-alive> -->
|
||||
<!-- </transition> -->
|
||||
<el-backtop target=".content"></el-backtop>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
//记得切换
|
||||
|
||||
//正式
|
||||
// const mediaUrl = '/public/';
|
||||
// const baseUrl = '/';
|
||||
const mediaUrl = '/public/';
|
||||
const baseUrl = '/';
|
||||
|
||||
|
||||
const mediaUrl = 'https://submission.tmrjournals.com/public/';
|
||||
const baseUrl = '/api';
|
||||
// const mediaUrl = 'https://submission.tmrjournals.com/public/';
|
||||
// const baseUrl = '/api';
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -358,6 +358,7 @@ const en = {
|
||||
delete: 'Delete',
|
||||
reply: 'Reply',
|
||||
solve: 'Solve',
|
||||
cancelsolve: 'Cancel resolved',
|
||||
Resolved: 'Resolved',
|
||||
preview: 'Preview',
|
||||
link: 'Positioning',
|
||||
@@ -377,7 +378,9 @@ const en = {
|
||||
removeAnnotations:'Are you sure you want to delete this Annotation?',
|
||||
removeContent:'Are you sure you want to delete this content?',
|
||||
reContent:'Are you sure you want to restore this content?',
|
||||
uploadImageInfo:'Figures can only upload files in JPG, JPEG, and PNG formats!'
|
||||
uploadImageInfo:'Figures can only upload files in JPG, JPEG, and PNG formats!',
|
||||
selectComment:'Please select the text to add annotations to!',
|
||||
alreadyCommented:'There are already annotations in the text, please select again!'
|
||||
},
|
||||
pendingPayment:{
|
||||
title:'Title',
|
||||
|
||||
@@ -351,6 +351,7 @@ const zh = {
|
||||
delete: '删除',
|
||||
reply: '答复',
|
||||
solve: '解决',
|
||||
cancelsolve: '取消解决',
|
||||
Resolved: '已解决',
|
||||
preview: '预览',
|
||||
positioning: '定位',
|
||||
@@ -370,7 +371,9 @@ const zh = {
|
||||
removeAnnotations: '确定要删除这条批注吗?',
|
||||
removeContent: '确定要删除这条内容吗?',
|
||||
reContent: '确定要恢复这条内容吗?',
|
||||
uploadImageInfo: 'Figures 只能上传 JPG、JPEG 和 PNG 格式的文件'
|
||||
uploadImageInfo: 'Figures 只能上传 JPG、JPEG 和 PNG 格式的文件',
|
||||
selectComment: '请选择要添加批注的文本',
|
||||
alreadyCommented:'文本中已有批注内容请重新选择',
|
||||
},
|
||||
pendingPayment: {
|
||||
title: 'Title',
|
||||
|
||||
Reference in New Issue
Block a user