|
@@ -3,11 +3,11 @@
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="24" class="style" :style="'background: url(' + loginBei + ')no-repeat center center;'">
|
|
<el-col :span="24" class="style" :style="'background: url(' + loginBei + ')no-repeat center center;'">
|
|
<el-col :span="24" class="login">
|
|
<el-col :span="24" class="login">
|
|
- <el-col :span="16" class="left">
|
|
|
|
|
|
+ <el-col :span="24" class="left">
|
|
<el-image class="image" :src="logoUrl"></el-image>
|
|
<el-image class="image" :src="logoUrl"></el-image>
|
|
<p class="title">吉林省高等学校毕业生就业信息网</p>
|
|
<p class="title">吉林省高等学校毕业生就业信息网</p>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="8" class="right">
|
|
|
|
|
|
+ <!-- <el-col :span="8" class="right">
|
|
<el-col :span="24" class="title">
|
|
<el-col :span="24" class="title">
|
|
{{ title }}
|
|
{{ title }}
|
|
</el-col>
|
|
</el-col>
|
|
@@ -33,7 +33,7 @@
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
</el-tabs>
|
|
</el-tabs>
|
|
</el-col>
|
|
</el-col>
|
|
- </el-col>
|
|
|
|
|
|
+ </el-col> -->
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -43,9 +43,9 @@
|
|
<script>
|
|
<script>
|
|
import Vue from 'vue';
|
|
import Vue from 'vue';
|
|
import '@frame/plugins/setting';
|
|
import '@frame/plugins/setting';
|
|
-import qrcode from '@frame/components/qrcode.vue';
|
|
|
|
|
|
+// import qrcode from '@frame/components/qrcode.vue';
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
-import dataForm from '@frame/components/form';
|
|
|
|
|
|
+// import dataForm from '@frame/components/form';
|
|
import _ from 'lodash';
|
|
import _ from 'lodash';
|
|
const { mapActions } = createNamespacedHelpers('login');
|
|
const { mapActions } = createNamespacedHelpers('login');
|
|
export default {
|
|
export default {
|
|
@@ -55,7 +55,7 @@ export default {
|
|
title: { type: String, default: '培训会系统登录' },
|
|
title: { type: String, default: '培训会系统登录' },
|
|
type: { type: String, default: '0' },
|
|
type: { type: String, default: '0' },
|
|
},
|
|
},
|
|
- components: { dataForm, qrcode },
|
|
|
|
|
|
+ // components: { dataForm, qrcode },
|
|
data: () => ({
|
|
data: () => ({
|
|
loginBei: require('../../assets/bg.jpg'),
|
|
loginBei: require('../../assets/bg.jpg'),
|
|
activeName: 'first',
|
|
activeName: 'first',
|
|
@@ -75,7 +75,7 @@ export default {
|
|
loading: true,
|
|
loading: true,
|
|
}),
|
|
}),
|
|
created() {
|
|
created() {
|
|
- this.toConnection();
|
|
|
|
|
|
+ // this.toConnection();
|
|
},
|
|
},
|
|
computed: {},
|
|
computed: {},
|
|
methods: {
|
|
methods: {
|