编辑工作台稿件查重显示问题
This commit is contained in:
@@ -19,8 +19,8 @@ const service = axios.create({
|
||||
// baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换
|
||||
// baseURL: 'http://www.tougao.com/', //测试本地 记得切换
|
||||
// baseURL: 'http://192.168.110.110/tougao/public/index.php/',
|
||||
baseURL: '/api', //本地
|
||||
// baseURL: '/', //正式
|
||||
// baseURL: '/api', //本地
|
||||
baseURL: '/', //正式
|
||||
|
||||
});
|
||||
|
||||
|
||||
@@ -3132,7 +3132,10 @@ export default {
|
||||
return !!this.resolvePlagiarismPdfUrl(row);
|
||||
},
|
||||
openPlagiarismReportPage(row) {
|
||||
|
||||
|
||||
const url = this.resolvePlagiarismPdfUrl(row);
|
||||
|
||||
if (!url) return;
|
||||
window.open(url, '_blank', 'noopener,noreferrer');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user