|
@@ -1,8 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="login-container">
|
|
<div class="login-container">
|
|
|
<div class="login-box">
|
|
<div class="login-box">
|
|
|
- <h1 class="login-title">质控在线</h1>
|
|
|
|
|
- <p class="login-subtitle">QConline Management System</p>
|
|
|
|
|
|
|
+ <h1 class="login-title">{{ appTitle }}</h1>
|
|
|
|
|
|
|
|
<el-form ref="formRef" :model="form" :rules="rules" class="login-form">
|
|
<el-form ref="formRef" :model="form" :rules="rules" class="login-form">
|
|
|
<el-form-item prop="username">
|
|
<el-form-item prop="username">
|
|
@@ -59,6 +58,7 @@ import type { FormInstance, FormRules } from 'element-plus'
|
|
|
|
|
|
|
|
const router = useRouter()
|
|
const router = useRouter()
|
|
|
const userStore = useUserStore()
|
|
const userStore = useUserStore()
|
|
|
|
|
+const appTitle = import.meta.env.VITE_APP_TITLE || '医学影像质控云平台'
|
|
|
|
|
|
|
|
const formRef = ref<FormInstance>()
|
|
const formRef = ref<FormInstance>()
|
|
|
const loading = ref(false)
|
|
const loading = ref(false)
|