diff --git a/src/components/page/Complete_profile.vue b/src/components/page/Complete_profile.vue index 6b31e16..c00d77e 100644 --- a/src/components/page/Complete_profile.vue +++ b/src/components/page/Complete_profile.vue @@ -8,7 +8,7 @@ -

Now your article has entered the pre-inclusion state, and the platform also needs you to improve the following content for the final publication of the article.

+

2.Congratulations! Your manuscript has entered into Pre-accept status. Now please check and complete the necessary information of your manuscript for final publication.

@@ -21,7 +21,7 @@

References

-

The references for this article have been compiled {{Ainfo.refer_state.num}} entries recorded in total.

+

A total of {{Ainfo.refer_state.num}} references in this manuscript is identified.

Edit

diff --git a/src/components/page/articleList.vue b/src/components/page/articleList.vue index 4fb5e7c..85d48c6 100644 --- a/src/components/page/articleList.vue +++ b/src/components/page/articleList.vue @@ -96,7 +96,7 @@ | - Complete the profile + Enter Pre-accept Process diff --git a/src/router/index.js b/src/router/index.js index 6546b0f..cef560c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -889,7 +889,7 @@ export default new Router({ path: '/PreIngested', //预收录-完善资料页面 component: () => import('../components/page/Complete_profile'), meta: { - title: 'Pre-ingested' + title: 'Pre-accept' } }, {