|
|
@@ -1,6 +1,6 @@ |
|
|
|
<template> |
|
|
|
<div class="home_wrapper"> |
|
|
|
<div class="return_btn" @click="onClickLeft"></div> |
|
|
|
<!-- <div class="return_btn" @click="onClickLeft"></div>--> |
|
|
|
<div class="focus_head"> |
|
|
|
<div class="title"> |
|
|
|
<p>您好,</p> |
|
|
@@ -56,14 +56,14 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
</van-form> |
|
|
|
<p class="copy_name">技术支持:中农融信(北京)科技股份有限公司</p> |
|
|
|
<p class="copy_name">技术支持:{{tsdh}}</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import { getCodeImg, getSmsCode } from "@/api/login"; |
|
|
|
import { checkFarmer, allowFaceVerify } from "@/api/sunVillage_info/fixedAssets"; |
|
|
|
import {checkFarmer, allowFaceVerify, webList} from "@/api/sunVillage_info/fixedAssets"; |
|
|
|
import { getFamilyMemberList } from "@/api/sunVillage_info/homestead/familyMember"; |
|
|
|
import Cookies from "js-cookie"; |
|
|
|
import { encrypt, decrypt } from "../../utils/jsencrypt"; |
|
|
@@ -87,6 +87,7 @@ |
|
|
|
}, |
|
|
|
loading: false, |
|
|
|
codeUrl: "", //验证码 |
|
|
|
tsdh: "中农融信(北京)科技股份有限公司", //验证码 |
|
|
|
isSmsLogin: false, //是否手机验证码 |
|
|
|
computeTime: 0, |
|
|
|
height:0, |
|
|
@@ -98,6 +99,11 @@ |
|
|
|
this.getCookie(); |
|
|
|
//this.formData.deptId = Cookies.get('deptId'); // 要关掉这个 |
|
|
|
this.allowIdentityVerified(); |
|
|
|
webList().then((res) => { |
|
|
|
if (res.code == 200) { |
|
|
|
this.tsdh = res.data.botoom3[1].contentValue; |
|
|
|
} |
|
|
|
}); |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
getCookie() { |
|
|
|