| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832 |
- <template>
- <view>
- <view class="weather">
- <image :src="
- 'https://webstaticimg.oss-cn-hangzhou.aliyuncs.com/bigdata_app/img/weather/' +
- weatherinfo.wea +
- '.png'
- " mode="" class="weaimg"></image>
- <view class="weatext">
- <view class="weatext_title">
- {{ hello }}
- </view>
- <view class=""> 欢迎登录云飞智控 </view>
- </view>
- </view>
- <view class="weatherinfo">
- <view class="weatherinfo_item">
- <image :src="$imageURL+'/bigdata_app/newindex/weizhi.png'" mode="" class="weaimg">
- </image>
- <view class="textbox">
- {{ weatherinfo.district || '-' }}
- </view>
- </view>
- <view class="weatherinfo_item">
- <image :src="$imageURL+'/bigdata_app/newindex/wendu.png'" mode="" class="weaimg"></image>
- <view class="textbox"> {{ weatherinfo.at || '-' }}℃ </view>
- </view>
- <view class="weatherinfo_item">
- <image :src="$imageURL+'/bigdata_app/newindex/shidu.png'" mode="" class="weaimg"></image>
- <view class="textbox"> {{ weatherinfo.ah || '-' }} </view>
- </view>
- <view class="weatherinfo_item">
- <view class="first_item"> PM2.5 </view>
- <view class="textbox">
- {{ weatherinfo.air_pm25 || '-' }}
- </view>
- </view>
- </view>
- <view class="functionbox">
- <view class="functionbox_title"> 功能应用 </view>
- <view class="functionbox_text">
- <view class="functionbox_text_item" v-if="jurisdiction.sqtf" @click="tabfunction(0)">
- <image :src="$imageURL+'/bigdata_app/newindex/base.png'" mode="" class="itemimg">
- </image>
- <view class=""> 四情基地 </view>
- </view>
- <view class="functionbox_text_item" @click="tabfunction(1)">
- <image :src="$imageURL+'/bigdata_app/newindex/worm.png'" mode="" class="itemimg">
- </image>
- <view class=""> 田间随识 </view>
- </view>
- <view class="functionbox_text_item" v-if="jurisdiction.zjtf" @click="tabfunction(2)">
- <image :src="$imageURL+'/bigdata_app/newindex/knowledge.png'" mode=""
- class="itemimg"></image>
- <view class=""> 知识百科 </view>
- </view>
- <view class="functionbox_text_item" @click="tabfunction(3)">
- <image :src="$imageURL+'/bigdata_app/newindex/aftersale.png'" mode=""
- class="itemimg"></image>
- <view class=""> 售后服务 </view>
- </view>
- </view>
- </view>
- <view class="facilitybox">
- <view class="facilitybox_title"> 系统设备 </view>
- <view class="facilitybox_itembox">
- <view class="facilitybox_item" v-if="jurisdiction.cbtf" @click="tabequipment('../cb/index/index')">
- <image :src="$imageURL+'/bigdata_app/newindex/cb.png'" mode="" class="itemimg">
- </image>
- <view class=""> 测报系统 </view>
- </view>
- <view class="facilitybox_item" v-if="jurisdiction.cbyj" @click="tabequipment('../cbqxyj/cbwarn')">
- <image :src="$imageURL+'/bigdata_app/newindex/cbyj.png'" mode="" class="itemimg">
- </image>
- <view class=""> 测报预警 </view>
- </view>
- <view class="facilitybox_item" v-if="jurisdiction.fztf" @click="tabequipment('../prevention/index')">
- <image :src="$imageURL+'/bigdata_app/newindex/fz.png'" mode="" class="itemimg">
- </image>
- <view class=""> 防治系统 </view>
- </view>
- <view class="facilitybox_item" v-if="jurisdiction.jktf" @click="tabequipment('../monitor/index')">
- <image :src="$imageURL+'/bigdata_app/newindex/jk.png'" mode="" class="itemimg">
- </image>
- <view class=""> 监控系统 </view>
- </view>
- <view class="facilitybox_item" v-if="jurisdiction.hjtf" @click="tabequipment('../environment/index')">
- <image :src="$imageURL+'/bigdata_app/newindex/hj.png'" mode="" class="itemimg">
- </image>
- <view class=""> 环境监测 </view>
- </view>
- <view class="facilitybox_item" v-if="jurisdiction.qxz" @click="tabequipment('../qxzyj/cbwarn', 5)">
- <image :src="$imageURL+'/bigdata_app/newindex/qxyj.png'" mode="" class="itemimg">
- </image>
- <view class=""> 气象预警 </view>
- </view>
- <view class="facilitybox_item" v-if="jurisdiction.sq" @click="tabequipment('../qxzyj/cbwarn', '15')">
- <image :src="$imageURL+'/bigdata_app/newindex/sqyj.png'" mode="" class="itemimg">
- </image>
- <view class=""> 墒情预警 </view>
- </view>
- <view class="facilitybox_item" v-if="jurisdiction.ggtf" @click="tabequipment('../irrigate/index')">
- <image :src="$imageURL+'/bigdata_app/newindex/guangai.png'" mode="" class="itemimg">
- </image>
- <view class=""> 智能灌溉 </view>
- </view>
- <view class="facilitybox_item" v-if="jurisdiction.sbtf"
- @click="tabequipment('../equipMange/index/index')">
- <image :src="$imageURL+'/bigdata_app/newindex/user.png'" mode="" class="itemimg">
- </image>
- <view class=""> 用户管理 </view>
- </view>
- </view>
- </view>
- <view class="insectattack">
- <view class="insectattack_title" @click="worm">
- <view class=""> 虫情百科 </view>
- <view class="iconbox">
- <u-icon name="arrow-right"></u-icon>
- </view>
- </view>
-
- </view>
- <view class="insectattack">
- <view class="insectattack_title" @click="virus">
- <view class=""> 病害百科 </view>
- <view class="iconbox">
- <u-icon name="arrow-right"></u-icon>
- </view>
- </view>
-
- </view>
- </view>
- </template>
- <script>
- export default {
- // 分享给朋友
- onShareAppMessage() {
- return {
- title: '云飞智控', // 分享标题
- path: 'pages/index/index', // 分享路径,通常包含页面参数
- imageUrl: 'http://www.hnyfwlw.com:8006/data/home_logo/log1.jpg', // 分享图片,可选
- success: (res) => {
- // 分享成功回调
- uni.showToast({
- title: '分享成功',
- icon: 'success'
- })
- },
- fail: (err) => {
- // 分享失败回调
- console.log('分享失败', err)
- }
- }
- },
- // 分享到朋友圈(基础库2.11.3+)
- onShareTimeline() {
- return {
- title: '云飞智控', // 分享标题
- query: 'id=123', // 页面参数,不同于分享给朋友的path,这里用query
- imageUrl: 'http://www.hnyfwlw.com:8006/data/home_logo/log1.jpg' // 分享图片,可选
- }
- },
- data() {
- return {
- weatherinfo: {
- wea: '晴',
- },
- hello: '',
- jurisdiction: {
- cbtf: false,
- jktf: false,
- hjtf: false,
- fztf: false,
- sytf: false,
- sbtf: false,
- sqtf: false,
- zjtf: false,
- ggtf: false,
- qxz: false,
- sq: false,
- cbyj: false,
- },
- show: false,
- url: '',
- loadTF: false
- };
- },
- watch: {
- url(news) {
- if (news != '') {
- uni.pageScrollTo({
- scrollTop: 0,
- duration: 500,
- });
- }
- },
- },
- methods: {
- moveHandle() {
- return;
- },
- async getcity(lng, lat) {
- const res = await this.$myRequest({
- url: '/api/api_gateway?method=device.device_manage.weathers',
- data: {
- lng: lng,
- lat: lat,
- },
- });
- // uni.showToast({
- // title: JSON.stringify(res[0]),
- // duration: 20000,
- // icon:'none'
- // });
- // console.log(res);
- this.weatherinfo = res[0];
- },
- async getUserlogin() {
- const res = await this.$myRequest({
- url: '/api/api_gateway?method=user.login.user_login_info',
- });
- // this.jurisdiction = {
- // cbtf: false,
- // jktf: false,
- // hjtf: false,
- // fztf: false,
- // sytf: false,
- // sbtf: false,
- // sqtf: false,
- // zjtf: false,
- // }
- uni.setStorage({
- key: 'jurisdiction',
- data: JSON.stringify(res.children),
- });
- uni.setStorage({
- key: 'myuser_type',
- data: JSON.stringify(res.myuser_type),
- });
- uni.setStorage({
- key: 'myuid',
- data: JSON.stringify(res.myuid),
- });
- let QueryPermission = (id) => {
- let list = res.children;
- for (var i = 0; i < list.length; i++) {
- if (list[i].children) {
- var data = list[i].children;
- for (var j = 0; j < data.length; j++) {
- if (data[j].children) {
- var item = data[j].children;
- for (var k = 0; k < item.length; k++) {
- if (item[k].pur_id == id) {
- return true;
- }
- }
- }
- }
- }
- }
- return false;
- };
- this.jurisdiction = {
- cbtf: false,
- jktf: false,
- hjtf: false,
- fztf: false,
- sytf: false,
- sbtf: false,
- sqtf: false,
- zjtf: false,
- qxz: QueryPermission(242),
- sq: QueryPermission(284),
- cbyj: QueryPermission(243),
- };
- console.log(res.children);
- for (var i = 0; i < res.children.length; i++) {
- switch (res.children[i].pur_id) {
- case 36:
- this.jurisdiction.cbtf = true; //"测报系统"
- break;
- case 42:
- this.jurisdiction.jktf = true; //"可视农业"
- break;
- case 40:
- this.jurisdiction.hjtf = true; //"环境监测系统"
- break;
- case 44:
- this.jurisdiction.fztf = true; //"防治系统"
- break;
- case 58:
- this.jurisdiction.sytf = true; //"溯源系统"
- break;
- case 28:
- this.jurisdiction.sbtf = true; //"系统管理"
- break;
- case 25:
- this.jurisdiction.sqtf = true; //"四情基地"
- break;
- case 124:
- this.jurisdiction.zjtf = true; //"专家诊断"
- break;
- // case "灌溉控制系统":
- // this.jurisdiction.sftf = true
- // break;
- case 202:
- this.jurisdiction.ggtf = true; //"灌溉控制系统"
- break;
- }
- }
- },
- tabfunction(index) {
- if (index == 0) {
- uni.navigateTo({
- url: '../fourBase/index',
- });
- } else if (index == 1) {
- // var that = this
- // this.show = true
- uni.navigateTo({
- url: '/pages/identifyPest/identifyPest',
- });
- } else if (index == 2) {
- uni.navigateTo({
- url: '../expertDiagnosis/index',
- });
- } else if (index == 3) {
- uni.navigateTo({
- url: '../afterSale/index',
- });
- }
- },
- tabequipment(url, type) {
- console.log(url);
- uni.navigateTo({
- url: `${url}${type ? `?typeId=${type}` : ''}`,
- });
- },
- // onok(ev) {
- // this.path = this.url;
- // console.log(ev);
- // this.loadTF = true;
- // uni.showLoading({
- // mask: true,
- // success: function () {
- // console.log(999);
- // },
- // });
- // var publiukey = `-----BEGIN PUBLIC KEY-----
- // MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6m92fXUrccS4SoLg4W4jPRNua
- // 4BcRk4ldLcqPuQpD2Mds2+hw+Gi+0MUnshF/r/DTcCJgkt7rtoY9EB6/XJ6MFw14
- // whhESFie/lZUWRsk8M89Rkr8m5rwmBl+uLAd5LopyshFqKTBXeT2ytHP1JCQLPBO
- // 34Fy4/yEz4qEzkzBuwIDAQAB
- // -----END PUBLIC KEY-----`;
- // var time = +new Date();
- // var str2 = 'YuNfEi' + time + 'YuNfEi';
- // var pubblicData = jsencrypt.setEncrypt(publiukey, str2);
- // if (this.flag == 2) {
- // console.log('111');
- // // pest.pests.insect_discern 虫害
- // uni.uploadFile({
- // // url: 'http://dev.hnyfwlw.com/api/api_gateway?method=base.bases.base_photo', //仅为示例,非真实的接口地址
- // url: 'https://wx.hnyfwlw.com/api/api_gateway?method=pest.pests.insect_discern', //仅为示例,非真实的接口地址
- // filePath: ev.path,
- // name: 'img_file',
- // formData: {
- // user: 'test',
- // sign: pubblicData,
- // },
- // success: (uploadFileRes) => {
- // this.loadTF = false;
- // console.log(JSON.parse(uploadFileRes.data));
- // uni.navigateTo({
- // url:
- // '../disandpests/index?datas=' +
- // uploadFileRes.data +
- // '&path=' +
- // ev.path,
- // });
- // },
- // fail(res) {
- // console.log(res);
- // },
- // });
- // } else if (this.flag == 1) {
- // //pest.pests.insect_discern病害识别
- // // uni.showLoading({
- // // title: '加载中'
- // // });
- // uni.uploadFile({
- // // url: 'http://dev.hnyfwlw.com/api/api_gateway?method=base.bases.base_photo', //仅为示例,非真实的接口地址
- // url: 'https://wx.hnyfwlw.com/api/api_gateway?method=pest.pests.plant_discern', //仅为示例,非真实的接口地址
- // filePath: ev.path,
- // name: 'img_file',
- // formData: {
- // user: 'test',
- // sign: pubblicData,
- // },
- // success: (uploadFileRes) => {
- // this.loadTF = false;
- // console.log(JSON.parse(uploadFileRes.data));
- // uni.navigateTo({
- // url:
- // '../disandpests/index?datas=' +
- // uploadFileRes.data +
- // '&path=' +
- // ev.path,
- // });
- // },
- // });
- // }
- // this.url = '';
- // },
- // oncancle() {
- // // url设置为空,隐藏控件
- // this.url = '';
- // },
- // confirm() {
- // this.flag = 1;
- // uni.chooseImage({
- // count: 1, //默认9
- // // sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
- // sourceType: ['camera', 'album'], //从相册选择
- // success: (res) => {
- // this.url = res.tempFilePaths[0];
- // },
- // });
- // console.log(1);
- // },
- // cancel() {
- // this.flag = 2;
- // uni.chooseImage({
- // count: 1, //默认9
- // // sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
- // sourceType: ['camera', 'album'], //从相册选择
- // success: (res) => {
- // console.log(1);
- // this.url = res.tempFilePaths[0];
- // },
- // });
- // },
- worm() {
- uni.navigateTo({
- url: '../expertDiagnosis/wormcase?name=虫情百科',
- });
- },
- virus() {
- uni.navigateTo({
- url: '../expertDiagnosis/wormcase?name=病害百科',
- });
- },
- introduce(id, title) {
- uni.navigateTo({
- url: '../expertDiagnosis/introduce?id=' + id + '&title=' + title,
- });
- },
- checkLocationPermission(isTest) {
- let session_key = uni.getStorageSync('session_key');
- let _this = this;
- // 当用户登录之后再弹位置权限框
- if (session_key) {
- uni.getSetting({
- success(res) {
- console.log(res);
- if (res.authSetting['scope.userLocation']) {
- uni.getLocation({
- type: 'wgs84 ',
- success: (res) => {
- // console.log(res, 'loacation');
- // uni.showToast({
- // title: `${res.longitude}, ${res.longitude}`,
- // duration: 20000,
- // icon:'none'
- // });
- _this.getcity(res.longitude, res.latitude);
- },
- fail(e) {
- // uni.showModal({
- // title: '提示',
- // content: JSON.stringify(e),
- // success: function (res) {
- // if (res.confirm) {
- // console.log('用户点击确定');
- // } else if (res.cancel) {
- // console.log('用户点击取消');
- // }
- // }
- // });
- uni.showToast({
- title: '系统未开启定位或未授权微信定位',
- duration: 5000,
- icon: 'none'
- });
- }
- });
- } else {
- uni.authorize({
- scope: 'scope.userLocation',
- success: () => {
- // 用户已授权
- uni.getLocation({
- type: 'wgs84 ',
- success: (res) => {
- console.log(res, 'loacation');
- _this.getcity(res.longitude, res.latitude);
- },
- });
- },
- fail: () => {
- // 用户拒绝授权,可引导用户至设置页手动开启
- if (isTest) {
- uni.showModal({
- title: '需要授权',
- content: '天气功能需要获取您的地理位置,请在设置中打开位置权限',
- success: (modalRes) => {
- if (modalRes.confirm) {
- uni.openSetting()
- } else {
- uni.showToast({
- title: '您拒绝了授权,将无法查看天气信息',
- duration: 2000,
- icon: 'none'
- });
- }
- },
- })
- }
- },
- })
- }
- }
- })
- }
- }
- },
- onLoad() {
-
- console.log(this.$imageURL)
- var time = new Date();
- var hours = time.getHours();
- if (hours < 12) {
- this.hello = '上午好!';
- } else {
- this.hello = '下午好!';
- }
- this.getUserlogin();
- this.checkLocationPermission(true); // 首次加载弹框提醒
- },
- onShow() {
- this.loadTF = false;
- this.getUserlogin();
- this.checkLocationPermission();
- },
- };
- </script>
- <style lang="less">
- page {
- background-image: url(https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newindex/bg.png);
- background-size: 100%;
- background-repeat: no-repeat;
- background-color: #f9f9f9;
- }
- .weather {
- display: flex;
- width: 85%;
- margin: 0 auto;
- padding-top: 40rpx;
- .weaimg {
- width: 296rpx;
- height: 296rpx;
- }
- .weatext {
- width: 300rpx;
- text-align: center;
- font-size: 36rpx;
- color: #fff;
- padding-top: 60rpx;
- margin-left: 60rpx;
- .weatext_title {
- font-size: 80rpx;
- margin-bottom: 30rpx;
- }
- }
- }
- .weatherinfo {
- display: flex;
- background-color: rgba(255, 255, 255, 0.2);
- width: 85%;
- margin: 60rpx auto;
- padding: 30rpx;
- justify-content: space-around;
- border-radius: 170rpx;
- .weatherinfo_item {
- text-align: center;
- .first_item {
- height: 50rpx;
- margin-bottom: 10rpx;
- color: #fff;
- line-height: 50rpx;
- }
- .weaimg {
- width: 50rpx;
- height: 50rpx;
- }
- .textbox {
- text-align: center;
- color: #fff;
- }
- }
- }
- .functionbox {
- width: 85%;
- margin: 0 auto;
- padding: 30rpx;
- // box-sizing: border-box;
- background-color: #fff;
- border-radius: 30rpx;
- .functionbox_title {
- padding-left: 20rpx;
- font-size: 34rpx;
- }
- .functionbox_text {
- display: flex;
- justify-content: space-around;
- margin-top: 30rpx;
- .functionbox_text_item {
- text-align: center;
- color: #616666;
- .itemimg {
- width: 60rpx;
- height: 60rpx;
- margin-bottom: 20rpx;
- }
- }
- }
- }
- .facilitybox {
- width: 90%;
- margin: 0 auto;
- padding: 30rpx;
- .facilitybox_title {
- font-size: 34rpx;
- // padding-left: 20rpx;
- }
- .facilitybox_itembox {
- display: flex;
- // justify-content: space-around;
- flex-wrap: wrap;
- margin-top: 30rpx;
- .facilitybox_item {
- width: 25%;
- text-align: center;
- color: #616666;
- margin-bottom: 20rpx;
- .itemimg {
- width: 100rpx;
- height: 100rpx;
- margin-bottom: 20rpx;
- }
- }
- }
- }
- .insectattack {
- width: 90%;
- margin: 0 auto;
- padding: 30rpx;
- .insectattack_title {
- font-size: 34rpx;
- // padding-left: 20rpx;
- display: flex;
- justify-content: space-between;
- .iconbox {
- width: 40rpx;
- height: 40rpx;
- background-color: #cfd6d6;
- color: #909696;
- border-radius: 40rpx;
- line-height: 40rpx;
- text-align: center;
- font-size: 20rpx;
- }
- }
- .insectattack_listbox {
- // padding: 0 20rpx;
- overflow-x: auto;
- .insectattack_list {
- width: 1104rpx;
- display: flex;
- margin-top: 30rpx;
- flex-wrap: wrap;
- .list_box {
- // background-color: #f00;
- background-size: 100% 100%;
- width: 246rpx;
- height: 324rpx;
- margin-right: 30rpx;
- border-radius: 20rpx;
- position: relative;
- .list_boxbg {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- z-index: -1;
- .list_boxbg_img {
- width: 100%;
- height: 100%;
- }
- }
- .list_box_xiang {
- width: 95%;
- margin-top: 0rpx auto;
- display: flex;
- justify-content: flex-end;
- padding-top: 20rpx;
- .list_box_xiang_click {
- padding: 8rpx 15rpx;
- background-color: rgba(0, 0, 0, 0.2);
- color: #fff;
- font-size: 20rpx;
- border-radius: 52rpx;
- }
- }
- .list_box_info {
- width: 90%;
- margin: 130rpx auto 0;
- height: 120rpx;
- border-radius: 10rpx;
- background-image: linear-gradient(to right,
- #ffffff,
- rgba(255, 255, 255, 0.44));
- padding: 10rpx;
- box-sizing: border-box;
- .list_box_info_name {
- font-weight: 700;
- }
- .list_box_info_text {
- font-size: 18rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- }
- }
- // .list_box1 {
- // background-image: url(../../static/images/newindex/cao.png);
- // }
- // .list_box2 {
- // background-image: url(../../static/images/newindex/yee.jpg);
- // }
- // .list_box3 {
- // background-image: url(../../static/images/newindex/lingc.jpg);
- // }
- // .list_box4 {
- // background-image: url(../../static/images/newindex/ming.png);
- // }
- // .list_box5 {
- // background-image: url(../../static/images/newindex/mai.png);
- // }
- // .list_box6 {
- // background-image: url(../../static/images/newindex/dadou.jpg)
- // }
- // .list_box7 {
- // background-image: url(../../static/images/newindex/yumi.png);
- // }
- // .list_box8 {
- // background-image: url(../../static/images/newindex/dao.png);
- // }
- }
- }
- }
- .loading {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 100;
- width: 100%;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.5);
- display: flex;
- justify-content: center;
- align-items: center;
- }
- </style>
|