南昌市物联网技防平台-前端
shuishen
2021-03-29 936e962392b24640f23f2d7534c85d67e426602b
去除打印信息
17 files modified
51 ■■■■ changed files
src/main.js 1 ●●●● patch | view | raw | blame | history
src/page/index/logo.vue 18 ●●●●● patch | view | raw | blame | history
src/page/logs/index.vue 1 ●●●● patch | view | raw | blame | history
src/views/attendance/attendance.vue 1 ●●●● patch | view | raw | blame | history
src/views/base/region.vue 1 ●●●● patch | view | raw | blame | history
src/views/clientManagement/clientManagement.vue 10 ●●●●● patch | view | raw | blame | history
src/views/distribution/index.vue 1 ●●●● patch | view | raw | blame | history
src/views/equipment/equipment.vue 1 ●●●● patch | view | raw | blame | history
src/views/parcel/parcel.vue 1 ●●●● patch | view | raw | blame | history
src/views/policeInformationDistribution/index.vue 1 ●●●● patch | view | raw | blame | history
src/views/realTimePolice/real.vue 8 ●●●● patch | view | raw | blame | history
src/views/resource/attach.vue 1 ●●●● patch | view | raw | blame | history
src/views/resource/sms.vue 1 ●●●● patch | view | raw | blame | history
src/views/security/security.vue 2 ●●●●● patch | view | raw | blame | history
src/views/system/tenant.vue 1 ●●●● patch | view | raw | blame | history
src/views/system/user.vue 1 ●●●● patch | view | raw | blame | history
src/views/util/store.vue 1 ●●●● patch | view | raw | blame | history
src/main.js
@@ -51,7 +51,6 @@
iconfontVersion.forEach(ele => {
  loadStyle(iconfontUrl.replace('$key', ele));
});
Vue.config.productionTip = false;
new Vue({
src/page/index/logo.vue
@@ -20,7 +20,7 @@
        :append-to-body="true"
        :close-on-press-escape="false"
        :close-on-click-modal="false"
        @opened="videoConversationReal = true"
        @opened="onDialogTableVisible"
        @close="closeDialog"
      >
        <el-form
@@ -401,7 +401,6 @@
                    `https://web.byisf.com:18000/GetPlayUrl?deviceCode=${that.form.serialNumber}&chl=${that.form.channelNumber}`
                  )
                  .then((result) => {
                    console.log(result);
                    axios({
                      method: "post",
                      url: `/api/blade-jfpts/rvideo/rVoid`,
@@ -427,10 +426,6 @@
              that.peopleName = that.form.oneContacts;
              that.peoplePhone = that.form.onePhone;
              that.dialogTableVisible = true;
              console.log(Recorder)
              if (Recorder) Recorder.getPermiRecorderssion().then(() => {});
              that.ofX = null;
              that.ofY = null;
@@ -710,6 +705,8 @@
    },
    aKeyToCall() {
      this.isActive = true;
      var that = this;
      if (this.recorder == null) {
        this.recorder = new Recorder({
@@ -719,7 +716,6 @@
          // compiling: false,(0.x版本中生效,1.x增加中)  // 是否边录边转换,默认是false
        });
      }
      this.isActive = true;
      // 一键呼叫相关函数
      that.recorder.start().then(
@@ -735,6 +731,8 @@
    // 序列号后期待修改
    aKeyStopCall() {
      this.isActive = false;
      var newCallAxios = axios.create({
        baseURL: "https://web.byisf.com:18000",
        withCredentials: false,
@@ -743,7 +741,6 @@
        },
      });
      var that = this;
      that.isActive = false;
      newCallAxios
        .post(
@@ -848,6 +845,11 @@
        }
      }, 3000);
    },
    onDialogTableVisible() {
      Recorder.getPermission().then(() => {});
      this.videoConversationReal = true;
    },
  },
};
</script>
src/page/logs/index.vue
@@ -111,7 +111,6 @@
      })
        .then(() => {
          this.$store.commit("CLEAR_LOGS");
          window.console.log(this);
          this.$parent.$parent.box = false;
          this.$message({
            type: "success",
src/views/attendance/attendance.vue
@@ -413,7 +413,6 @@
          cancelButtonText: "取消",
          type: "warning"
        }).then(() => {
          console.log(this.search)
          window.open(`/api/blade-jfpts/attendance/export-Attendance?name=${this.search.name}&beginTime=${this.search.releaseTimeRange[0]}
          &endTime=${this.search.releaseTimeRange[1]}&attendancetype=${this.search.attendancetype}`);
        });
src/views/base/region.vue
@@ -375,7 +375,6 @@
          });
      },
      uploadAfter(res, done, loading, column) {
        window.console.log(column);
        this.excelBox = false;
        this.initTree();
        done();
src/views/clientManagement/clientManagement.vue
@@ -445,6 +445,16 @@
              label: "权属",
              prop: "ownership",
              width: 150
            },
            {
              label: "负责人",
              prop: "oneContacts",
              width: 72
            },
            {
              label: "负责人联系方式",
              prop: "onePhone",
              width: 110
            }, {
              label: "街道",
              prop: "street",
src/views/distribution/index.vue
@@ -217,7 +217,6 @@
    this.form = this.$route.query;
    this.form.handletype = 0;
    console.log(this.form)
    if (this.form.type == 0) {
      this.form.handleP = "";
src/views/equipment/equipment.vue
@@ -276,7 +276,6 @@
    watch: {
      text: {
        handler (val) {
          console.log(val)
          this.address = val;
        },
        deep: true,
src/views/parcel/parcel.vue
@@ -213,7 +213,6 @@
    },
    methods: {
      beforeOpen(done, type) {
        console.log(type);
        if (["view"].includes(type)) {
          getDetail(this.form.imgUrl).then(res => {
            this.form = res.data.data;
src/views/policeInformationDistribution/index.vue
@@ -532,7 +532,6 @@
          }
        });
        this.$store.state.tags.tagList = arr;
        console.log(data)
        this.$router.push({path: "/distribution/index", query: data});
      },
      handleMap(row) {
src/views/realTimePolice/real.vue
@@ -2,7 +2,7 @@
 * @Author: Morpheus
 * @Date: 2021-03-17 15:21:33
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-03-26 14:56:01
 * @Last Modified time: 2021-03-29 10:19:55
 */
<template>
  <basic-container>
@@ -1252,6 +1252,7 @@
    },
    aKeyToCall() {
      this.isActive = true;
      var that = this;
      if (this.recorder == null) {
        this.recorder = new Recorder({
@@ -1261,7 +1262,6 @@
          // compiling: false,(0.x版本中生效,1.x增加中)  // 是否边录边转换,默认是false
        });
      }
      this.isActive = true;
      // 一键呼叫相关函数
      that.recorder.start().then(
@@ -1277,6 +1277,7 @@
    // 序列号后期待修改
    aKeyStopCall() {
      this.isActive = false;
      var newCallAxios = axios.create({
        baseURL: "https://web.byisf.com:18000",
        withCredentials: false,
@@ -1285,7 +1286,6 @@
        },
      });
      var that = this;
      that.isActive = false;
      newCallAxios
        .post(
@@ -1445,7 +1445,7 @@
}
.el-button.active {
  background: #ff0000;
  background: #ff0000 !important;
}
.el-button.btn-color {
src/views/resource/attach.vue
@@ -189,7 +189,6 @@
        this.attachBox = true;
      },
      uploadAfter(res, done, loading, column) {
        window.console.log(column);
        this.attachBox = false;
        this.refreshChange();
        done();
src/views/resource/sms.vue
@@ -359,7 +359,6 @@
            message: "发送成功!"
          });
          done();
          window.console.log(res);
          this.box = false;
        }, error => {
          window.console.log(error);
src/views/security/security.vue
@@ -216,8 +216,6 @@
      },
      handleMap(row) {
        this.showMap = true;
        console.log("row.id="+row.id);
        console.log("row.wd="+row.wd);
        this.$nextTick(() => {
          this.$refs.mapDiv.onload = () => {
            window.frames[0].init("SecurityMap", {
src/views/system/tenant.vue
@@ -148,7 +148,6 @@
            span: 24,
            component: "avueMap",
            clickChild: (obj) => {
              console.log(123,obj)
              this.form.jd = obj.latitude
              this.form.wd = obj.longitude
            },
src/views/system/user.vue
@@ -877,7 +877,6 @@
        this.excelBox = true;
      },
      uploadAfter(res, done, loading, column) {
        window.console.log(column);
        this.excelBox = false;
        this.refreshChange();
        done();
src/views/util/store.vue
@@ -104,7 +104,6 @@
      },
      getAll(params = {}) {
        const list = getAllStore(params);
        window.console.log(list);
        this.$message(`结果已经打印到控制台`);
      }
    }