tongshanglei 2 yıl önce
ebeveyn
işleme
f730e5b2e8

+ 1 - 1
config/index.js

@@ -21,7 +21,7 @@ module.exports = {
     },
 
     // Various Dev Server settings
-    host: '192.168.1.74', // can be overwritten by process.env.HOST
+    host: '192.168.1.77', // can be overwritten by process.env.HOST
     port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
     autoOpenBrowser: false,
     https:true,

+ 14 - 14
src/main.js

@@ -109,22 +109,22 @@ router.beforeEach((to,from,next)=>{
         next('/first');
       } else {
 
-        Vue.prototype.$http.get("/checkSingleLogin&openid=" + openid + '&userid=' + userid).then(res => {
+        // Vue.prototype.$http.get("/checkSingleLogin&openid=" + openid + '&userid=' + userid).then(res => {
           
-          if(!res.data.success){
-            Vue.prototype.$dialog.toast({
-              mes: '账号已在其他设备登录,请重新选择登录!',
-              timeout: 2000
-          });
-            next('/first');
-          }else{
-            next();
-          }
+        //   if(!res.data.success){
+        //     Vue.prototype.$dialog.toast({
+        //       mes: '账号已在其他设备登录,请重新选择登录!',
+        //       timeout: 2000
+        //   });
+        //     next('/first');
+        //   }else{
+        //     next();
+        //   }
           
-        })
-        .catch(res => {
-          console.log(res);
-        });
+        // })
+        // .catch(res => {
+        //   console.log(res);
+        // });
         
       }
     }

+ 2 - 2
src/pages/kede/common/layout_yys.vue

@@ -6,9 +6,9 @@
     </div>
     <van-tabbar route>
         <van-tabbar-item replace to="/yys_devices" icon="card">设备</van-tabbar-item>
-        <van-tabbar-item replace to="/yys_alarms" icon="bell">告警</van-tabbar-item>
+        <van-tabbar-item replace to="/yys_alarms" icon="bell">计划</van-tabbar-item>
         <van-tabbar-item replace to="/yys_location" icon="map-marked">位置</van-tabbar-item>
-        <van-tabbar-item replace to="/yys_fences" icon="aim">围栏</van-tabbar-item>
+        <!-- <van-tabbar-item replace to="/yys_fences" icon="aim">围栏</van-tabbar-item> -->
         <van-tabbar-item replace to="/yys_more" icon="more">更多</van-tabbar-item>
     </van-tabbar>  
 </div>

+ 10 - 9
src/pages/kede/login/login.vue

@@ -109,16 +109,17 @@ export default {
         onSubmit(values) {
             let userType = localStorage.getItem('userType');
             let deviceType = localStorage.getItem('deviceType');
-            let openid = this.getOpenid();
+             let openid ='2222222';
+            // let openid = this.getOpenid();
             
-            if (!openid) {
-                Dialog.confirm({
-                    title: '提醒',
-                    message: '未授权,请关闭当前页面,重新进入并授权。',
-                    showCancelButton: false,
-                })
-                return;
-            }
+            // if (!openid) {
+            //     Dialog.confirm({
+            //         title: '提醒',
+            //         message: '未授权,请关闭当前页面,重新进入并授权。',
+            //         showCancelButton: false,
+            //     })
+            //     return;
+            // }
 
             let postData = {
                 username: values.username,

+ 255 - 0
src/pages/kede/yys/alarms/add.vue

@@ -0,0 +1,255 @@
+<template>
+    <div class="app-container">
+        <van-nav-bar title="新增计划" left-text="返回" left-arrow @click-left="$router.go(-1)" />
+
+        
+
+        <van-form @submit="onSubmit">
+            <van-field
+                v-model="formData.device_name"
+                name="device_name"
+                label="计划编号"
+                placeholder="请输入计划编号"
+                clearable
+            />
+
+            <van-field
+                v-model="formData.device_name"
+                name="device_name"
+                label="计划名称"
+                placeholder="请输入计划名称"
+                clearable
+            />
+            <van-field
+                v-model="formData.device_name"
+                name="device_name"
+                label="风场名称"
+                placeholder="请输入风场名称"
+                clearable
+            />
+            <van-field
+                v-model="formData.device_name"
+                name="device_name"
+                label="风场编号"
+                placeholder="请输入风场编号"
+                clearable
+            />
+            <van-field
+                v-model="formData.device_name"
+                name="device_name"
+                label="部件类型"
+                placeholder="请输入部件类型"
+                clearable
+            />
+             <van-field
+                v-model="formData.device_name"
+                name="device_name"
+                label="工作位置"
+                placeholder="请输入工作位置"
+                clearable
+            />
+            <van-field
+                v-model="formData.device_name"
+                name="device_name"
+                label="螺栓型号"
+                placeholder="请输入螺栓型号"
+                clearable
+            />
+            <van-field
+                v-model="formData.device_name"
+                name="device_name"
+                label="螺栓总数"
+                placeholder="请输入螺栓总数"
+                clearable
+            />
+            <van-field
+                v-model="formData.device_name"
+                name="device_name"
+                label="紧固模式"
+                placeholder="请输入紧固模式"
+                clearable
+            />
+            <van-field
+                v-model="formData.device_name"
+                name="device_name"
+                label="偏移紧固数值"
+                placeholder="请输入偏移紧固数值"
+                clearable
+            />
+            <van-field
+                v-model="formData.device_name"
+                name="device_name"
+                label="扭矩"
+                placeholder="请输入扭矩"
+                clearable
+            />
+            <van-field
+                v-model="formData.device_name"
+                name="device_name"
+                label="使用状态"
+                placeholder="请输入使用状态"
+                clearable
+            />
+            <van-field
+                v-model="formData.device_name"
+                name="device_name"
+                label="备注"
+                placeholder="请输入备注"
+                clearable
+            />
+
+            
+
+            <div style="margin: 6px;">
+                <van-button round block type="info" size="small" native-type="submit">新增</van-button>
+            </div>
+
+        </van-form>
+    </div>
+</template>
+
+<script>
+import Vue from 'vue';
+import wx from 'weixin-js-sdk'
+import { Form,Field,Icon,NavBar,Dialog,Button } from 'vant';
+
+Vue.use(Form);
+Vue.use(Field);
+Vue.use(Icon);
+Vue.use(NavBar);
+Vue.use(Dialog);
+Vue.use(Button);
+
+export default {
+    data() {
+        return {
+            userid: '',
+            openid: '',
+            
+            formData:{
+                device_name: '',
+            },
+            imei: '',
+            username: '',
+            user_no: '',
+            userType: '',
+            deviceType: '',
+            rules: {
+                imei: [
+                    { required: true, message: '请输入设备号' },
+                ]
+            }
+        }
+    },
+    created() {
+        this.userType = localStorage.getItem('userType');
+        this.deviceType = localStorage.getItem('deviceType');
+        this.userid = localStorage.getItem('userid');
+        this.openid = localStorage.getItem('openid');
+    },
+    methods: {
+        /**
+         * 提交
+         */
+        onSubmit(values) {
+            let postData = {
+                device_name: values.device_name,
+                imei: values.imei,
+                userType: this.userType,
+                deviceType: this.deviceType,
+            }
+
+            if (values.username) {
+                postData.username = values.username;
+            }
+            if (values.user_no) {
+                postData.user_no = values.user_no;
+            }
+            // console.log('onsubmit', values);
+            this.$http.post('userBindDevice&userid=' + this.userid + '&openid=' + this.openid, JSON.stringify(postData))
+                .then(resp => {
+                    if (!resp.data.success) {
+                        this.$notify(resp.data.message || '绑定失败');
+                        return;
+                    }
+                    this.$notify({
+                        type: 'success',
+                        message: resp.data.message || '绑定成功',
+                    })
+                    // 刷新列表
+                    this.$router.replace('devices');
+                })
+        },
+        /**
+         * 扫码
+         */
+        scanCode() {
+            let that = this;
+            let url = encodeURIComponent(location.href.split('#')[0]);
+            // ios 设备只认从公众号菜单首次进入页面的URL
+            if (localStorage.getItem('userAgent') == 'ios') {
+                let mainUrl = localStorage.getItem('mainUrl');
+                url = encodeURIComponent(mainUrl);
+            }
+
+            this.$http.get("/getSignaturEtc", { params: { url: url } })
+            .then(res => {
+                if(!res.data.success){
+                    this.$notify( res.data.message);
+                    return;
+                }
+          
+                let data = res.data.data;
+                    // console.log('resp data',data)
+                wx.config({
+                    // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
+                    debug: false,
+                    // 必填,公众号的唯一标识
+                    appId: data.appId,
+                    // 必填,生成签名的时间戳
+                    timestamp: data.timeStamp,
+                    // 必填,生成签名的随机串
+                    nonceStr: data.nonceStr,
+                    // 必填,签名
+                    signature: data.signature,
+                    // 必填,需要使用的JS接口列表,所有JS接口列表
+                    jsApiList: ['scanQRCode']
+                });
+
+                wx.error(function (res) {
+                    console.log("出错了:" + res.errMsg);//这个地方的好处就是wx.config配置错误,会弹出窗口哪里错误,然后根据微信文档查询即可。
+                });
+
+            })
+            .catch(res => {
+                console.log(res);
+            });
+
+
+            // 成功时
+            wx.ready(function () {
+
+                wx.scanQRCode({
+                    needResult: 1, // 默认为0,扫描结果由微信处理,1则直接返回扫描结果,
+                    scanType: ["qrCode"], // 可以指定扫二维码还是一维码,默认二者都有
+                    success: function(res) {
+                        var result = res.resultStr; // 当needResult 为 1 时,扫码返回的结果
+                        console.log("扫描结果:"+result);
+                        // window.location.href = result;//因为我这边是扫描后有个链接,然后跳转到该页面
+
+                        that.imei = result;
+                    },
+                    fail: function(e){
+                        console.log('scan fail',e)
+                    }
+                });
+
+            }); 
+        }
+    }
+}
+</script>
+
+<style lang="scss" scoped>
+
+</style>

+ 58 - 121
src/pages/kede/yys/alarms/detail.vue

@@ -1,138 +1,81 @@
 <template>
   <div>
     <van-sticky>
-      <van-nav-bar title="告警详情" left-text="返回" left-arrow @click-left="$router.back()" />
+      <van-nav-bar title="工作计划" left-text="返回" left-arrow @click-left="$router.back()" />
     </van-sticky>
-    <van-cell-group title="用户信息">
+    <van-cell-group title="计划详情">
       <van-field
-        v-model="device_info.device_name"
-        label="设备名称"
+        v-model="device_info.name"
+        label="计划名称"
         readonly
         input-align="right"
       />
       <van-field
-        v-model="device_info.imei"
-        label="设备IMEI"
+        v-model="device_info.wind_name"
+        label="风场名称"
         readonly
         input-align="right"
       />
       <van-field
-        v-model="alarm_info.department_name"
-        label="所属部门"
+        v-model="device_info.fan_number"
+        label="风机机位号"
         readonly
         input-align="right"
       />
-      <van-field
-        v-model="user_info.realname"
-        label="所属用户"
+       <van-field
+        v-model="device_info.work_sign_name"
+        label="工作位置"
         readonly
         input-align="right"
       />
       <van-field
-        v-model="user_info.phone"
-        label="用户号码"
+        v-model="device_info.parts_sign_name"
+        label="所属部件"
         readonly
         input-align="right"
-        right-icon="phone-o"
-      >
-        <template #input>
-          <a :href="'tel:'+ user_info.phone">{{user_info.phone}}</a>
-        </template>
-      </van-field>
+      />
       <van-field
-        type="textarea"
-        v-model="alarm_info.address"
-        label="告警地址"
+        v-model="device_info.boit_type_sign_name"
+        label="螺栓型号"
         readonly
         input-align="right"
-        :right-icon="device_info.last_location ? 'location-o' : ''"
       />
-      <!-- <van-field
-        type="textarea"
-        v-model="device_info.address"
-        label="最新定位地址"
+     
+      <van-field
+        v-model="device_info.status"
+        label="状态"
         readonly
         input-align="right"
-        :right-icon="device_info.last_location ? 'location-o' : ''"
-      /> -->
-      <!-- <van-field
-        v-model="device_info.last_location"
-        :right-icon="device_info.last_location ? 'location-o' : ''"
-        label="最后定位坐标"
+      />
+       <van-field
+        v-model="device_info.creat_name"
+        label="创建人"
         readonly
         input-align="right"
-      /> -->
+      />
       <van-field
-        v-model="device_info.last_online_time"
-        label="最后在线时间"
+        v-model="device_info.created_at"
+        label="创建时间"
         readonly
         input-align="right"
       />
     </van-cell-group>
-    <!-- 紧急联系人 -->
-    <van-cell-group title="紧急联系人">
-      <template  v-if="urgent_list.length">
-        <van-field
-          v-for="urgent in urgent_list"
-          :key="urgent.id"
-          v-model="urgent.phone"
-          :label="urgent.name + '(' + urgent.relationship_text +'关系)'"
-          label-width="50%"
-          readonly
-          input-align="right"
-          right-icon="phone-o"
-        >
-          <template #input>
-            <a :href="'tel:'+ urgent.phone">{{urgent.phone}}</a>
-          </template>
-        </van-field>
-      </template>
-      <div v-else>
-        <p style="line-height:30px;text-align:center;color:#999;">暂无</p>
-      </div>
-    </van-cell-group>
 
-    <van-divider>告警处理</van-divider>
-    <van-form @submit="onSubmit">
-      <van-field name="result" label="处理结果" v-if="allowHandle">
-        <template #input>
-          <van-radio-group v-model="handleResult" direction="horizontal">
-            <van-radio name="1">解除警报</van-radio>
-            <van-radio name="2">误报</van-radio>
-          </van-radio-group>
-        </template>
-      </van-field>
 
-      <van-field
-        name="comment"
-        v-model="comment"
-        rows="3"
-        autosize
-        label="处理原因"
-        type="textarea"
-        maxlength="200"
-        placeholder="请输入处理原因"
-        show-word-limit
-        :readonly="!allowHandle"
-      />
+    
+    <van-form @submit="onSubmit">
+     
 
-      <van-field
-        v-if="!allowHandle"
-        v-model="handleTime"
-        label="处理时间"
-        readonly
-        input-align="right"
-      />
+   
 
       <div style="margin: 16px">
         <van-button
-          v-if="allowHandle"
           round
           block
           type="info"
           size="small"
           native-type="submit"
-        >提交</van-button
+        >下发计划</van-button
       >
       </div>
     </van-form>
@@ -171,7 +114,7 @@ export default {
       alarm_info: {}, // 告警信息
       user_info: {}, // 设备用户信息
       device_info: {}, // 设备信息
-      urgent_list: [], // 紧急联系人
+
       allowHandle: false,
       handleResult: "1",
       comment: "",
@@ -191,28 +134,22 @@ export default {
     // 获取告警详情
     getDetail() {
       let url = 'getAlarmDetail&openid='+this.openid+'&userid='+this.userid+'&id='+this.id+'&rid='+this.rid;
-
-      this.$http
-        .get(url)
-        .then((resp) => {
+       let resp={
+        status:200,
+        data:{
+          success:true,
+          message:"获取成功",
+          data: {"id":"79","name":"工作计划1","wind_name":"国家电投滨海北区H1海上风电场","fan_number":"A0005B","work_sign_name": "机座—主梁(中)","parts_sign_name": "轮毂","boit_type_sign_name":"M48","status":"启用","creat_name":"员工1","created_at":"2022-07-11 15:20:24"}
+        }
+      }
+      // this.$http .get(url).then((resp) => {
           if (resp.status === 200 && resp.data && resp.data.success) {
-            this.alarm_info = resp.data.data;
-            if (this.alarm_info) {
-              this.user_info = this.alarm_info.user_info || {};
-              this.device_info = this.alarm_info.device_info || {};
-              this.urgent_list = this.alarm_info.urgent_list || [];
-              this.comment = this.alarm_info.comment;
+            this.device_info = resp.data.data;
 
-              this.allowHandle = (this.alarm_info.state == 'start');
-              if (this.alarm_info.end_time) {
-                this.handleTime = new Date(parseInt(this.alarm_info.end_time + '000')).toLocaleString()
-              }
-            }
           }
-        })
-        .catch((err) => {
-          this.$notify({ type: "warning", message: "获取数据失败" });
-        });
+        // }).catch((err) => {
+        //   this.$notify({ type: "warning", message: "获取数据失败" });
+        // });
     },
     onSubmit(vals) {
       let data = {
@@ -221,18 +158,18 @@ export default {
         comment: vals.comment,
       };
 
-      this.$http.post('handleAlarm&openid='+this.openid+'&userid='+this.userid, JSON.stringify(data))
-        .then((resp) => {
-          if (resp.status === 200 && resp.data && resp.data.success) {
-            this.$notify({ type: "success", message: resp.data.message });
-            this.$router.back();
-          } else {
-            this.$notify({ message: resp.data.message });
-          }
-        })
-        .catch((err) => {
-          this.$notify({ type: "warning", message: "出错了" });
-        });
+      // this.$http.post('handleAlarm&openid='+this.openid+'&userid='+this.userid, JSON.stringify(data))
+      //   .then((resp) => {
+      //     if (resp.status === 200 && resp.data && resp.data.success) {
+      //       this.$notify({ type: "success", message: resp.data.message });
+      //       this.$router.back();
+      //     } else {
+      //       this.$notify({ message: resp.data.message });
+      //     }
+      //   })
+      //   .catch((err) => {
+      //     this.$notify({ type: "warning", message: "出错了" });
+      //   });
     },
   },
 };

Dosya farkı çok büyük olduğundan ihmal edildi
+ 184 - 147
src/pages/kede/yys/alarms/index.vue


Dosya farkı çok büyük olduğundan ihmal edildi
+ 85 - 52
src/pages/kede/yys/devices/detail.vue


Dosya farkı çok büyük olduğundan ihmal edildi
+ 25 - 11
src/pages/kede/yys/devices/index.vue


+ 23 - 23
src/pages/kede/yys/location.vue

@@ -36,12 +36,12 @@
             <div class="panel-second-row">
                 <div class="second-row-left">
                     <div class="row-left-layout">
-                        <span style="font-size: 20px;font-weight: 600;">{{selectDevice.loc_mode|upperCase}}</span>
-                        <span style="color:darkgray">定位模式</span>
+                        <span style="font-size: 20px;font-weight: 600;">{{selectDevice.loc_mode}}</span>
+                        <span style="color:darkgray">设备型号</span>
                     </div>
                     <div class="row-left-layout">
-                        <span style="font-size:20px;font-weight:600">{{selectDevice.battery_level}}  <span style="font-size:12px">百分比</span> </span>
-                        <span style="color:darkgray">剩余电量</span>
+                        <span style="font-size:20px;font-weight:600">{{selectDevice.state}}   </span>
+                        <span style="color:darkgray">设备状态</span>
                     </div>
                 </div>
                 <div class="row-right-layout">
@@ -65,7 +65,7 @@
             </div>
             <div class="route-search-button" style="position:relative">
                 <router-link :to="'yys_route_search/'+ selectDevice.imei" class="voice-device-item">
-                    <van-button type="info" icon="search" size="small" round  style="width:3rem" >历史轨迹</van-button>
+                    <van-button type="info" icon="search" size="small" round  style="width:3rem" >历史定位</van-button>
                 </router-link>
                 <van-button @click.native="refreshSingle"  plain type="info" icon="replay" size="mini" style="font-size:12px;position:absolute;right:0.5rem;top:0.1rem"></van-button>
             </div>
@@ -464,8 +464,19 @@ export default {
          */
         getLastPositon(){
             let that = this;
-
-            this.$http.get("/getDevicePositionList&userid="+this.userid+'&openid='+this.openid ).then(res => {
+             let res={
+                status:200,
+                data:{
+                    success:true,
+                    message:"获取成功",
+                    data:[
+                        {"imei":"869678041008494","device_name":"测试液压泵1","device_type":"0","state":"使用中","loc_mode":"M1","loc_ploy":"1","online_time":"1655943942","longitude":"119.201478","latitude":"30.191538","wifi_online_time":"1662004623","wifi_longitude":"119.200662","wifi_latitude":"30.191734","alarm_state":"1","isAlarm":"1","time":"1662004623","lat":30.186001,"lng":120.194101,"awayTime":"4小时","date_time":"2022-09-01 11:57:03"},
+                        {"imei":"869678041006811","device_name":"测试液压泵3","device_type":"0","state":"待检","loc_mode":"M1","loc_ploy":"1","online_time":"1655943941","longitude":"120.201400","latitude":"30.192840","wifi_online_time":"1655950726","wifi_longitude":"120.200644","wifi_latitude":"30.191814","alarm_state":"0","isAlarm":"0","time":"1655950726","lat":30.185682,"lng":120.194083,"awayTime":"2月","date_time":"2022-06-23 10:18:46"}
+                    ]
+                }
+            }
+            
+            // this.$http.get("/getDevicePositionList&userid="+this.userid+'&openid='+this.openid ).then(res => {
                     if(!res.data.success){
                         that.$toast(res.data.message || '获取设备数据失败');
                         return;
@@ -484,7 +495,7 @@ export default {
                     devices.forEach( (item,index) => {
                         item._index = index;
                         let markerPos = new AMap.LngLat(item.lng, item.lat)
-                        let image = item.device_type ? 'https://rlfd.oss-cn-hangzhou.aliyuncs.com/wxt_school/smart_card.png' : 'https://rlfd.oss-cn-hangzhou.aliyuncs.com/wxt_school/smart_card.png';
+                        let image ='https://rlfd.oss-cn-hangzhou.aliyuncs.com/smart_tool/beng.png';
                         
                         // 如果选中只显示围栏内设备
                         if (that.isOnlyFenceDevice && that.checkedFenceObject) {
@@ -545,23 +556,12 @@ export default {
                         that.panelShow = true;
                     }
 
-                    // that.geocoder.getAddress(markerPos, function(status, result) {
-                    //     if (status === 'complete' && result.info === 'OK') {
-                    //         // result为对应的地理位置详细信息
-                            
-                    //         that.parsedAddress =result.regeocode.formattedAddress
-                    //     }else{
-                    //         that.parsedAddress= '无法解析该坐标';
-                    //     }
-                    // })
 
-                    
-                    // that.map.panTo(markerPos)
 
-                })
-                .catch(res => {
-                    console.log(res);
-                });
+                // })
+                // .catch(res => {
+                //     console.log(res);
+                // });
 
         }
 

+ 47 - 24
src/pages/kede/yys/login.vue

@@ -68,34 +68,33 @@ export default {
          */
         onSubmit(values) {
             let yysUserid = localStorage.getItem('yysUserid');
-            let openid = this.getOpenid();
+            let openid ='2222222';
+            // let openid = this.getOpenid();
             
-            if (!openid) {
-                Dialog.confirm({
-                    title: '提醒',
-                    message: '未授权,请关闭当前页面,重新进入并授权。',
-                    showCancelButton: false,
-                })
-                return;
-            }
+            // if (!openid) {
+            //     Dialog.confirm({
+            //         title: '提醒',
+            //         message: '未授权,请关闭当前页面,重新进入并授权。',
+            //         showCancelButton: false,
+            //     })
+            //     return;
+            // }
 
             let postData = {
                 username: values.username,
                 password: values.password,
             }
-            this.$http.post('yysLogin&openid='+openid, JSON.stringify(postData))
-                .then(resp => {
-                    if (!resp.data.success) {
-                        this.$notify(resp.data.message || '登录失败');
-                        return;
-                    }
-
-                    let data = resp.data.data || {};
+           
+            let resp={
+                data:{
+                    data:{id:232,realname:"yycs",avator:"",phone:'15706857065'},
+                    message:'登录成功',
+                    success:true
+                }
+            }
+             let data = resp.data.data || {};
+            //临时处理的
                     
-                    if (!data.id) {
-                        this.$notify('获取用户信息失败');
-                        return;
-                    }
 
                     localStorage.setItem('yysUserid', data.id);
                     localStorage.setItem('yysUserinfo', JSON.stringify(data));
@@ -108,9 +107,33 @@ export default {
                     this.$nextTick(() => {
                       this.$router.push('/yys');
                     })
-                }).catch(err =>{
-                    console.error(err);
-                })
+        //     this.$http.post('yysLogin&openid='+openid, JSON.stringify(postData)) .then(resp => {
+        //             if (!resp.data.success) {
+        //                 this.$notify(resp.data.message || '登录失败');
+        //                 return;
+        //             }
+
+        //             let data = resp.data.data || {};
+                    
+        //             if (!data.id) {
+        //                 this.$notify('获取用户信息失败');
+        //                 return;
+        //             }
+
+        //             localStorage.setItem('yysUserid', data.id);
+        //             localStorage.setItem('yysUserinfo', JSON.stringify(data));
+                    
+        //             this.$notify({ 
+        //                 type: 'success',
+        //                 message: resp.data.message || '登录成功',
+        //             });
+        //             // 跳转首页
+        //             this.$nextTick(() => {
+        //               this.$router.push('/yys');
+        //             })
+        //         }).catch(err =>{
+        //             console.error(err);
+        //         })
         },
         /**
          * 获取openid

+ 2 - 2
src/pages/kede/yys/more.vue

@@ -51,11 +51,11 @@
                             <span class="custom-title">新闻动态</span>
                         </template>
                     </van-cell> -->
-                    <van-cell is-link icon="warning" to="yys_alarms">
+                    <!-- <van-cell is-link icon="warning" to="yys_alarms">
                         <template #title>
                             <span class="custom-title">告警消息</span>
                         </template>
-                    </van-cell>
+                    </van-cell> -->
                 </van-cell-group>
                 
                 <div class="padding-top-20"></div>

+ 8 - 0
src/router/index.js

@@ -270,6 +270,14 @@ export default new Router({
       component: () => import("@/pages/kede/yys/profile.vue"),
     },
     {
+      path: '/yys_add_pan',
+      name: 'yys_add_pan',
+      meta: {
+        role: 'yys',
+      },
+      component: () => import("@/pages/kede/yys/alarms/add.vue"),
+    },
+    {
       path: '/yys_alarm_detail',
       name: 'yys_alarm_detail',
       meta: {