This commit is contained in:
wangjinlei
2021-06-24 17:54:50 +08:00
parent 5f9ae607c7
commit a1a4f13258
7 changed files with 113 additions and 10 deletions

View File

@@ -68,7 +68,7 @@ export default {
hasorcie: false,
orcid: '',
orcidLink:
'https://orcid.org/oauth/authorize?client_id=APP-PKF0BGRP6DWM6FUB&response_type=code&scope=/authenticate&redirect_uri=https://submission.tmrjournals.com/orcidLink',
'https://orcid.org/oauth/authorize?client_id=APP-PKF0BGRP6DWM6FUB&response_type=code&scope=/authenticate&redirect_uri=https://submission.tmrjournals.com/orcidBind',
langArr: [
{ value: 'zh', label: '中文' },
{ value: 'en', label: 'English' }

View File

@@ -1,8 +1,8 @@
<script>
// const baseUrl = '/';
// const mediaUrl = 'http://api.tmrjournals.com/public/';
const mediaUrl = 'http://www.tougao.com/';
const baseUrl = 'http://www.tougao.com/';
const baseUrl = '/';
const mediaUrl = 'http://api.tmrjournals.com/public/';
// const mediaUrl = 'http://www.tougao.com/';
// const baseUrl = 'http://www.tougao.com/';
export default {
baseUrl,
mediaUrl

View File

@@ -4,7 +4,7 @@ const en = {
title: 'Submission System',
repassword:'Forgot your password?',
register:'Not registered yet? Register now.',
orcidlogin:'Login with your ORCID iD',
orcidlogin:'Login with your ORCID ID',
login:'Log in',
forgetpwd:'Find Your Password',
screen:'full screen',