期刊数据图

This commit is contained in:
2024-08-02 17:13:49 +08:00
parent be5e6ed028
commit 5a42f8fa01
5 changed files with 870 additions and 25 deletions

View File

@@ -545,6 +545,14 @@ export default new Router({
},
hidden: true
},
{
path: '/evaluationsis', //引用情况分析
component: () => import('../components/page/evaluationsis_report.vue'),
meta: {
title: 'Journal Evaluation Statistics'
},
hidden: true
},
{
path: '/TMRGPT', //TMRGPT
component: () => import('../components/page/tmrGPT'),