diff --git a/src/api/admin.js b/src/api/admin.js index c03b0d81..54432dd1 100644 --- a/src/api/admin.js +++ b/src/api/admin.js @@ -293,3 +293,19 @@ export function batchUpdateInternationalInfo(data) { data }) } +// 邮件事件消息列表 +export function getEventStoreRecordList(data) { + return request({ + url: `/EventStoreRecord/getEventStoreRecordList`, + method: 'post', + data + }) +} +// 重新发布事件消息 +export function rePublishEvent(param) { + return request({ + url: `/EventStoreRecord/rePublishEvent`, + method: 'post', + param + }) +} diff --git a/src/api/research.js b/src/api/research.js index 1b2f8836..086c0294 100644 --- a/src/api/research.js +++ b/src/api/research.js @@ -12,7 +12,8 @@ export function verifySendCode(param) { return request({ url: '/TrialSiteSurvey/verifySendCode', method: 'post', - data: param + data: param, + clearToken: true }) } diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 3583cda8..db896199 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -155,6 +155,14 @@ 关于 +
- {{ $t('login:title:system_title') }} + {{ $t('login:title:system_title_about') }}
{{ $t('login:title:system') }}
@@ -191,18 +205,24 @@ Copyright © {{ new Date().getFullYear() }} 上海展影医疗科技有限公司 版权所有
++ © {{ new Date().getFullYear() }} Elevate Imaging Inc. +
Copyright © {{ new Date().getFullYear() }} Shanghai Extensive Imaging Inc.
-