diff --git a/src/components/page/ReferenceEditor.vue b/src/components/page/ReferenceEditor.vue index 7be6958..b26ee0c 100644 --- a/src/components/page/ReferenceEditor.vue +++ b/src/components/page/ReferenceEditor.vue @@ -412,10 +412,15 @@ - - + + {{ scope.row.content }}{{ scope.row.doi }} - + + + + + {{ scope.row.refer_content }}{{ scope.row.refer_doi }} + @@ -576,7 +581,7 @@ export default { } //percent是后端返回的进度 - if (progress == this.Tempredable.length) { + if (progress == res.data.total) { this.isUpload = false; clearInterval(this.uploadTimer); diff --git a/vue.config.js b/vue.config.js index 50632b5..23fbde3 100644 --- a/vue.config.js +++ b/vue.config.js @@ -76,8 +76,8 @@ module.exports = { // target: 'http://192.168.110.110/tougao/public/index.php/', // target: 'http://api.tmrjournals.com/public/index.php/',//正式 // target: 'http://zmzm.tougao.dev.com/',//晓玲 - // target: 'https://submission.tmrjournals.com/',//正式 - target: 'http://tougaotest.tmrjournals.com/public/index.php/',//测试环境 + target: 'https://submission.tmrjournals.com/',//正式 + // target: 'http://tougaotest.tmrjournals.com/public/index.php/',//测试环境 changeOrigin: true, pathRewrite: { '^/api': ''
- +
+ {{ scope.row.content }}{{ scope.row.doi }} - + +
+ + {{ scope.row.refer_content }}{{ scope.row.refer_doi }} +