提交
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: '/', //正式
|
||||
|
||||
});
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<span
|
||||
class="status ok"
|
||||
v-if="
|
||||
(item.refer_type == 'journal' && item.doilink != '') || (item.refer_type == 'book' && item.isbn != '')
|
||||
(item.refer_type == 'journal' && item.doilink != ''&&item.cs==1) || (item.refer_type == 'book' && item.isbn != ''&&item.cs==1)
|
||||
"
|
||||
>
|
||||
<i class="el-icon-circle-check"></i>
|
||||
|
||||
@@ -154,8 +154,8 @@
|
||||
class="status ok"
|
||||
:class="scope.row.refer_type == 'journal' ? getJournalDateno(scope.row.dateno, 'status') : ''"
|
||||
v-if="
|
||||
(scope.row.refer_type == 'journal' && scope.row.doilink != '') ||
|
||||
(scope.row.refer_type == 'book' && scope.row.isbn != '')
|
||||
(scope.row.refer_type == 'journal' && scope.row.doilink != ''&&scope.row.cs==1) ||
|
||||
(scope.row.refer_type == 'book' && scope.row.isbn != ''&&scope.row.cs==1)
|
||||
"
|
||||
>
|
||||
<i class="el-icon-circle-check"></i>
|
||||
|
||||
Reference in New Issue
Block a user