|
@@ -9,7 +9,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="8" class="right">
|
|
|
<el-col :span="24" class="title">
|
|
|
- 教师甄选登录系统
|
|
|
+ {{ title }}
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<el-tabs v-model="activeName" type="border-card" :stretch="true">
|
|
@@ -50,7 +50,9 @@ const { mapActions } = createNamespacedHelpers('login');
|
|
|
export default {
|
|
|
name: 'login',
|
|
|
metaInfo: { title: '登陆' },
|
|
|
- props: {},
|
|
|
+ props: {
|
|
|
+ title: { type: String, default: '培训会系统登录' },
|
|
|
+ },
|
|
|
components: { dataForm, qrcode },
|
|
|
data: () => ({
|
|
|
loginBei: require('../../assets/bg.jpg'),
|