Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
dadf1de9ed |
|
|
@ -10,7 +10,7 @@
|
|||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Cache-control" content="no-store,no-cache,must-revalidate">
|
||||
<meta http-equiv="Cache" content="no-cache">
|
||||
<title>EIC lmaging Trial Management System</title>
|
||||
<title>RPC lmaging Trial Management System</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
<div class="title-container" style="display: flex;padding-top:180px;justify-content: flex-start;height: 100%;box-sizing: border-box">
|
||||
<!-- IRC Management System -->
|
||||
<!-- <div class="title" style="text-align: center;font-size: 28px;margin-top: 100px;padding-right: 120px"></div>-->
|
||||
<!-- <div class="title" v-show="false">EIC lmaging Trial Management System</div>-->
|
||||
<!-- <div class="title" v-show="false">RPC lmaging Trial Management System</div>-->
|
||||
<div style="color: #0a84ff;text-align: left;font-size: 28px">
|
||||
{{message}}
|
||||
</div>
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
<div style="margin: 0 auto;width: 600px;line-height: 28px;text-align: center" >
|
||||
<h1 style="text-align: center;margin-bottom: 20px">关于</h1>
|
||||
<p style="margin-bottom: 20px">
|
||||
EIC lmaging Trial Management System
|
||||
RPC lmaging Trial Management System
|
||||
</p>
|
||||
<p style="margin-bottom: 20px">
|
||||
V1.3.0.001
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
<div class="title-container" style="display: flex;padding-top:180px;justify-content: flex-start;height: 100%;box-sizing: border-box">
|
||||
<!-- IRC Management System -->
|
||||
<!-- <div class="title" style="text-align: center;font-size: 28px;margin-top: 100px;padding-right: 120px"></div>-->
|
||||
<!-- <div class="title" v-show="false">EIC lmaging Trial Management System</div>-->
|
||||
<!-- <div class="title" v-show="false">RPC lmaging Trial Management System</div>-->
|
||||
<div style="color: #0a84ff;text-align: left;font-size: 28px">
|
||||
{{message}}
|
||||
</div>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 320 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 99 KiB |
|
|
@ -1608,7 +1608,7 @@ Enroll: Enrolled Confirmation`,
|
|||
'trials:notice:table:appendix': `Attachment`,
|
||||
'trials:notice:table:isRead': `Readed`,
|
||||
'trials:notice:action:detail': `Details`,
|
||||
'login:title:system': `EIC lmaging Trial Management System`,
|
||||
'login:title:system': `RPC lmaging Trial Management System`,
|
||||
'login:form:userName': `User ID`,
|
||||
'login:form:password': `Password`,
|
||||
'login:button:login': `Login`,
|
||||
|
|
@ -1672,7 +1672,7 @@ Enroll: Enrolled Confirmation`,
|
|||
'trials:tab:trials': `My Trials`,
|
||||
'trials:trials:title:back': `Return`,
|
||||
'trials:trials:title:backTrialList': `Return to trial list`,
|
||||
'trials:trials:title:eics': `EIC lmaging Trial Management System`,
|
||||
'trials:trials:title:eics': `RPC lmaging Trial Management System`,
|
||||
'trials:tab:reading': `Reads`,
|
||||
'trials:tab:pendingReadingTasks': `Pending`,
|
||||
'trials:pendingReadingTasks:table:subjectCode': `Subject ID`,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// eslint-disable-next-line no-undef
|
||||
module.exports = {
|
||||
|
||||
title: 'EIC lmaging Trial Management System',
|
||||
title: 'RPC lmaging Trial Management System',
|
||||
|
||||
/**
|
||||
* @type {boolean} true | false
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import defaultSettings from '@/settings'
|
||||
|
||||
const title = defaultSettings.title || 'EIC lmaging Trial Management System'
|
||||
const title = defaultSettings.title || 'RPC lmaging Trial Management System'
|
||||
|
||||
export default function getPageTitle(pageTitle) {
|
||||
if (pageTitle) {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="dashboard">
|
||||
<div class="dashboard-header">
|
||||
<h1>Extimaging Real-Time IRC Information</h1>
|
||||
<!-- <h1>Extimaging Real-Time IRC Information</h1> -->
|
||||
<div>
|
||||
<span>{{ currentTime }}</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<div class="login-logo">
|
||||
<img v-if="language === 'zh'" src="@/assets/zzlogo2.png" alt="" />
|
||||
<img v-else-if="NODE_ENV === 'usa'" src="@/assets/zzlogo-usa.png" alt="" class="usa-logo" />
|
||||
<img v-else src="@/assets/zzlogo4.png" alt="" />
|
||||
<img v-else src="@/assets/zzlogo2.png" alt="" />
|
||||
</div>
|
||||
<div :class="{
|
||||
'login-image': true,
|
||||
|
|
@ -111,16 +111,16 @@
|
|||
</div>
|
||||
</div>
|
||||
<div v-if="language === 'zh'" class="login-footer">
|
||||
<span>Copyright © {{ new Date().getFullYear() }} 上海展影医疗科技有限公司
|
||||
<span>Copyright © {{ new Date().getFullYear() }} 睿佳(武汉)软件科技有限公司
|
||||
版权所有</span>
|
||||
<span> | </span>
|
||||
<a target="_blank" href="https://beian.miit.gov.cn/">
|
||||
<span> 沪ICP备2021037850-2 </span>
|
||||
<span> 鄂ICP备16002609号 </span>
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011002005859">
|
||||
<img src="@/assets/filing.png" />
|
||||
<span>沪公网安备 31011002005859号</span>
|
||||
<!-- <span>沪公网安备 31011002005859号</span> -->
|
||||
</a>
|
||||
<a @click="openAbout">
|
||||
<span style="color: #428bca">关于</span>
|
||||
|
|
@ -162,7 +162,7 @@
|
|||
V{{ $version.IsEnv_US ? $version.Version_US : $version.Version }}
|
||||
</p>
|
||||
<p style="margin-bottom: 20px" v-if="language === 'zh'">
|
||||
Copyright © {{ new Date().getFullYear() }} 上海展影医疗科技有限公司
|
||||
Copyright © {{ new Date().getFullYear() }} 睿佳(武汉)软件科技有限公司
|
||||
版权所有
|
||||
</p>
|
||||
<p style="margin-bottom: 20px" v-else-if="NODE_ENV === 'usa'">
|
||||
|
|
@ -682,7 +682,7 @@ $light_gray: #606266;
|
|||
left: 50px;
|
||||
|
||||
img {
|
||||
height: 40px;
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
.usa-logo {
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ export default {
|
|||
// if (this.VUE_APP_OSS_PATH === '/uat/dist') {
|
||||
// this.form = {
|
||||
// EmailFromEmail: 'uat@extimaging.com',
|
||||
// EmailFromName: 'Uat EIC lmaging Trial Management System',
|
||||
// EmailFromName: 'Uat RPC lmaging Trial Management System',
|
||||
// EmailAuthorizationCode: 'SHzyyl2021',
|
||||
// EmailSMTPServerAddress: 'smtp.qiye.aliyun.com',
|
||||
// EmailSMTPServerPort: 465,
|
||||
|
|
@ -130,7 +130,7 @@ export default {
|
|||
// if (this.VUE_APP_OSS_PATH === '/test/dist') {
|
||||
// this.form = {
|
||||
// EmailFromEmail: 'test@extimaging.com',
|
||||
// EmailFromName: 'Test EIC lmaging Trial Management System',
|
||||
// EmailFromName: 'Test RPC lmaging Trial Management System',
|
||||
// EmailAuthorizationCode: 'SHzyyl2021',
|
||||
// EmailSMTPServerAddress: 'smtp.qiye.aliyun.com',
|
||||
// EmailSMTPServerPort: 465,
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ const webpack = require('webpack')
|
|||
const defaultSettings = require('./src/settings.js')
|
||||
const moment = require('moment')
|
||||
var distDate = moment(new Date()).format('YYYY-MM-DD')
|
||||
const name = process.env.NODE_ENV === 'usa' ? 'Imaging Trial Management System' : defaultSettings.title || 'EIC lmaging Trial Management System' // page title
|
||||
const name = process.env.NODE_ENV === 'usa' ? 'Imaging Trial Management System' : defaultSettings.title || 'RPC lmaging Trial Management System' // page title
|
||||
// const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin
|
||||
// eslint-disable-next-line no-undef
|
||||
module.exports = defineConfig({
|
||||
|
|
|
|||