diff --git a/src/views/agriculturalTrusteeship/login.vue b/src/views/agriculturalTrusteeship/login.vue index 9611e06c..ed78c668 100644 --- a/src/views/agriculturalTrusteeship/login.vue +++ b/src/views/agriculturalTrusteeship/login.vue @@ -79,7 +79,13 @@
登录
登录
-提交审核
@@ -344,12 +348,12 @@ import {getCodeImg, getRegisterSmsCode, registerCheck, registerOn} from "@/api/login"; import {decrypt, encrypt} from "@/utils/jsencrypt"; import {serviceLogin, entityLogin, commonUpload , serviceRegister , entityRegister , treeselect} from "@/api/agriculturalTrusteeship"; - import MapGisTag from "@/components/Map/MapGisTagDTG"; + // import MapGisTag from "@/components/Map/MapGisTagDTG"; export default { name: "agriculturalTrusteeshipLogin", - components: { - MapGisTag - }, + // components: { + // MapGisTag + // }, data() { return { active:0, @@ -442,28 +446,28 @@ }, methods: { - //获取自己返回值 - /** 查找地图中定位点 */ - MapTag: function (data) { - this.serviceForm.theGeom = data; - }, - //每个查看修改,新增 方法下引用下面方法 - mapClickLoading(){ - setTimeout(() => { - this.$refs.clickLoading.pointPaceCountryDarw(); - }, 500); - }, - //获取自己返回值 - /** 查找地图中定位点 */ - MapTag1: function (data) { - this.entityForm.theGeom = data; - }, - //每个查看修改,新增 方法下引用下面方法 - mapClickLoading1(){ - setTimeout(() => { - this.$refs.clickLoading1.pointPaceCountryDarw(); - }, 500); - }, + // //获取自己返回值 + // /** 查找地图中定位点 */ + // MapTag: function (data) { + // this.serviceForm.theGeom = data; + // }, + // //每个查看修改,新增 方法下引用下面方法 + // mapClickLoading(){ + // setTimeout(() => { + // this.$refs.clickLoading.pointPaceCountryDarw(); + // }, 500); + // }, + // //获取自己返回值 + // /** 查找地图中定位点 */ + // MapTag1: function (data) { + // this.entityForm.theGeom = data; + // }, + // //每个查看修改,新增 方法下引用下面方法 + // mapClickLoading1(){ + // setTimeout(() => { + // this.$refs.clickLoading1.pointPaceCountryDarw(); + // }, 500); + // }, goLogin(){ console.log(this.formData) if (this.loginType == 'bxjg' || this.loginType == 'dkjg' || this.loginType == 'ndjg' ){ @@ -508,11 +512,11 @@ this.top = '40px'; this.transform = 'none'; this.left = '0'; - if (this.loginType == 'bxjg' || this.loginType == 'dkjg' || this.loginType == 'ndjg'){ - this.mapClickLoading() - }else if(this.loginType == 'fwzz'){ - this.mapClickLoading1() - } + // if (this.loginType == 'bxjg' || this.loginType == 'dkjg' || this.loginType == 'ndjg'){ + // this.mapClickLoading() + // }else if(this.loginType == 'fwzz'){ + // this.mapClickLoading1() + // } }else if( name == 'login'){ this.position = 'absolute'; this.top = '50%';