版权信息修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b5b4db84fc
commit
a3818c696f
|
@ -1,8 +1,8 @@
|
||||||
const config = {
|
const WINDOW_CONFIG = {
|
||||||
hospital: '复旦大学附属肿瘤医院',
|
hospital: '复旦大学附属肿瘤医院',
|
||||||
hospitalEN: '',
|
hospitalEN: '',
|
||||||
company: '上海展影医疗科技有限公司',
|
company: '上海展影医疗科技有限公司',
|
||||||
companyEN: ''
|
companyEN: ''
|
||||||
}
|
}
|
||||||
|
|
||||||
export default config
|
// export default config
|
|
@ -28,7 +28,6 @@
|
||||||
</script>
|
</script>
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
<script>
|
<script>
|
||||||
console.log(2)
|
|
||||||
window.zzSessionStorage = {
|
window.zzSessionStorage = {
|
||||||
setItem: (item, value) => {
|
setItem: (item, value) => {
|
||||||
return sessionStorage.setItem(item, value)
|
return sessionStorage.setItem(item, value)
|
||||||
|
@ -58,6 +57,7 @@
|
||||||
num = e.data
|
num = e.data
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<script src="./config.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|
|
@ -162,13 +162,13 @@ import Vcode from 'vue-puzzle-vcode'
|
||||||
import Img1 from '@/assets/pic-1.png'
|
import Img1 from '@/assets/pic-1.png'
|
||||||
import logoImg from '@/assets/zzlogo2.png'
|
import logoImg from '@/assets/zzlogo2.png'
|
||||||
import { getHospital } from '@/api/hospital.js'
|
import { getHospital } from '@/api/hospital.js'
|
||||||
import config from '/public/config.js'
|
// import config from '/public/config.js'
|
||||||
export default {
|
export default {
|
||||||
name: 'Login',
|
name: 'Login',
|
||||||
components: { TopLang, Vcode },
|
components: { TopLang, Vcode },
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
config,
|
config:WINDOW_CONFIG,
|
||||||
logoImg,
|
logoImg,
|
||||||
VUE_APP_OSS_CONFIG_REGION: process.env.VUE_APP_OSS_CONFIG_REGION,
|
VUE_APP_OSS_CONFIG_REGION: process.env.VUE_APP_OSS_CONFIG_REGION,
|
||||||
loginForm: {
|
loginForm: {
|
||||||
|
|
Loading…
Reference in New Issue