Administrator
2022-04-11 79d9fc857559982b00b68b2d709807bdc4cd286f
minio 地址修改
15 files modified
62 ■■■■ changed files
public/papers.html 2 ●●● patch | view | raw | blame | history
public/papersApply.html 2 ●●● patch | view | raw | blame | history
public/papersTrain.html 2 ●●● patch | view | raw | blame | history
public/pfd/build/generic/web/viewer.js 2 ●●● patch | view | raw | blame | history
public/securityInfo copy.html 2 ●●● patch | view | raw | blame | history
public/securityInfo.html 2 ●●● patch | view | raw | blame | history
public/securityInfos1.html 2 ●●● patch | view | raw | blame | history
public/securityPrint.html 4 ●●●● patch | view | raw | blame | history
src/page/index/top/drive.vue 10 ●●●● patch | view | raw | blame | history
src/store/modules/user.js 2 ●●● patch | view | raw | blame | history
src/views/securityAnalysis/index copy.vue 2 ●●● patch | view | raw | blame | history
src/views/securityAnalysis/index.vue 16 ●●●● patch | view | raw | blame | history
src/views/securityGuard/securityGuard.vue 6 ●●●● patch | view | raw | blame | history
src/views/securityGuard/securityGuard指纹自动识别(集成VUE报错)-9.vue 2 ●●● patch | view | raw | blame | history
vue.config.js 6 ●●●●● patch | view | raw | blame | history
public/papers.html
@@ -141,7 +141,7 @@
        // console.log(JSON.parse(getData("data")), 111);
        var token = JSON.parse(getData("data")).token;
        axios.get('http://223.82.109.183:2080/api/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType + "&Blade-Auth=" + token).then(function(res) {
        axios.get('http://61.131.136.25:2080/api/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType + "&Blade-Auth=" + token).then(function(res) {
            // axios.get('http://localhost:81/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType).then(function(res) {
            var data = res.data.data;
            var str = `<span class="title">${data.examName}</span>
public/papersApply.html
@@ -97,7 +97,7 @@
        // console.log(JSON.parse(getData("data")), 111);
        var token = JSON.parse(getData("data")).token;
        axios.get('http://223.82.109.183:2080/api/apply/getApplyDetailList?examId=' + id + "&Blade-Auth=" + token).then(function(res) {
        axios.get('http://61.131.136.25:2080/api/apply/getApplyDetailList?examId=' + id + "&Blade-Auth=" + token).then(function(res) {
            // axios.get('http://localhost:81/apply/getApplyDetailList?examId=' + id).then(function(res) {
            var data = res.data;
            var list = data.applyList;
public/papersTrain.html
@@ -141,7 +141,7 @@
        var examType = JSON.parse(getData("data")).examType;
        var token = JSON.parse(getData("data")).token;
        axios.get('http://223.82.109.183:2080/api/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType + "&Blade-Auth=" + token).then(function(res) {
        axios.get('http://61.131.136.25:2080/api/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType + "&Blade-Auth=" + token).then(function(res) {
            // axios.get('http://localhost:81/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType).then(function(res) {
            var data = res.data.data;
            var str = `<span class="title">${data.examName}</span>
public/pfd/build/generic/web/viewer.js
@@ -6870,7 +6870,7 @@
// function webViewerLoad(evt) {
//   //   PDFViewerApplication.initialize().then(webViewerInitialized(123));
//   setUrl("http://223.82.109.183:2081/zhba/upload/20211126/60748e5fda7772c68420e076551065d0.pdf");
//   setUrl("http://61.131.136.25:2081/zhba/upload/20211126/60748e5fda7772c68420e076551065d0.pdf");
// }
function setUrl(url) {
public/securityInfo copy.html
@@ -143,7 +143,7 @@
        var securityNumber = getData("securityNumber");
        axios.get('http://223.82.109.183:2080/api/qrCode/getUserInfo?securityNumber=' + securityNumber).then(function(res) {
        axios.get('http://61.131.136.25:2080/api/qrCode/getUserInfo?securityNumber=' + securityNumber).then(function(res) {
            // axios.get('http://192.168.0.114:81/qrCode/getUserInfo?securityNumber=赣洪202115423').then(function(res) {
            var data = res.data;
public/securityInfo.html
@@ -170,7 +170,7 @@
        var securityNumber = getData("securityNumber");
        axios.get('http://223.82.109.183:2080/api/qrCode/getUserInfo?securityNumber=' + securityNumber).then(function(res) {
        axios.get('http://61.131.136.25:2080/api/qrCode/getUserInfo?securityNumber=' + securityNumber).then(function(res) {
            // axios.get('http://192.168.0.114:81/qrCode/getUserInfo?securityNumber=赣洪202115423').then(function(res) {
            var data = res.data;
public/securityInfos1.html
@@ -143,7 +143,7 @@
        // alert(securityNumber);
        axios.get('http://223.82.109.183:2080/api/qrCode/getUserInfo?securityNumber=' + securityNumber).then(function(res) {
        axios.get('http://61.131.136.25:2080/api/qrCode/getUserInfo?securityNumber=' + securityNumber).then(function(res) {
            // axios.get('http://192.168.0.114:81/qrCode/getUserInfo?securityNumber=赣洪202115423').then(function(res) {
            var data = res.data;
public/securityPrint.html
@@ -222,11 +222,11 @@
        var securityName = JSON.parse(getData("data")).securityName;
        // console.log(JSON.parse(getData("data")), 111);
        axios.get('http://223.82.109.183:2080/api/apply/userDetail?id=' + id).then(function (res) {
        axios.get('http://61.131.136.25:2080/api/apply/userDetail?id=' + id).then(function (res) {
            var data = res.data.data;
            var img = data.avatar ? `<div class="avatar"><img src="${data.avatar}"></div>` : `<div class="img-title">暂无照片</div>`
            axios.get('http://223.82.109.183:2080/api/qrCode/getQrCodeBase64?securityNumber=' + data.securitynumber).then(function (res1) {
            axios.get('http://61.131.136.25:2080/api/qrCode/getQrCodeBase64?securityNumber=' + data.securitynumber).then(function (res1) {
                console.log(res1.data, 333);
                var qrCode = res1.data ? `<div class="qrCode"><img src="${res1.data}"></div>` : `<div"></div>`
                var str = `<div id="table1"></div>
src/page/index/top/drive.vue
@@ -41,31 +41,31 @@
        // {
        //   calls: "身份证驱动(内含两个安装包)",
        //   links:
        //     "http://223.82.109.183:2081/zhba/upload/20211201/64d8b76f3aecae93e18d015bbca89aba.rar",
        //     "http://61.131.136.25:2081/zhba/upload/20211201/64d8b76f3aecae93e18d015bbca89aba.rar",
        // },
        {
          calls: "JLCertReaderV1.0.1.5.exe",
          zhcalls: "身份证设备识别驱动",
          links:
            "http://223.82.109.183:2081/minio/download/zhba/upload/20211207/JLCertReaderV1.0.1.5.exe?token=",
            "http://61.131.136.25:2081/minio/download/zhba/upload/20211207/JLCertReaderV1.0.1.5.exe?token=",
        },
        {
          calls: "USBDrv3.0-x64.msi",
          zhcalls: "身份证设备USB连接驱动",
          links:
            "http://223.82.109.183:2081/minio/download/zhba/upload/20211207/USBDrv3.0-x64.msi?token=",
            "http://61.131.136.25:2081/minio/download/zhba/upload/20211207/USBDrv3.0-x64.msi?token=",
        },
        {
          calls: "亚略特CID5000居民身份证指纹采集器安装程序.exe",
          zhcalls: "指纹采集器(安装)程序",
          links:
            "http://223.82.109.183:2081/minio/download/zhba/upload/20211207/%E4%BA%9A%E7%95%A5%E7%89%B9CID5000%E5%B1%85%E6%B0%91%E8%BA%AB%E4%BB%BD%E8%AF%81%E6%8C%87%E7%BA%B9%E9%87%87%E9%9B%86%E5%99%A8%E5%AE%89%E8%A3%85%E7%A8%8B%E5%BA%8F.exe?token=",
            "http://61.131.136.25:2081/minio/download/zhba/upload/20211207/%E4%BA%9A%E7%95%A5%E7%89%B9CID5000%E5%B1%85%E6%B0%91%E8%BA%AB%E4%BB%BD%E8%AF%81%E6%8C%87%E7%BA%B9%E9%87%87%E9%9B%86%E5%99%A8%E5%AE%89%E8%A3%85%E7%A8%8B%E5%BA%8F.exe?token=",
        },
        {
          calls: "AratekDMA_Installer_X86_V1.0.8.67(CID).exe",
          zhcalls: "指纹采集器(驱动)程序",
          links:
            "http://223.82.109.183:2081/minio/download/zhba/upload/20211207/AratekDMA_Installer_X86_V1.0.8.67(CID).exe?token=",
            "http://61.131.136.25:2081/minio/download/zhba/upload/20211207/AratekDMA_Installer_X86_V1.0.8.67(CID).exe?token=",
        },
      ],
      data: [],
src/store/modules/user.js
@@ -266,7 +266,7 @@
    },
    SET_USER_INFO: (state, userInfo) => {
      if (validatenull(userInfo.avatar)) {
        userInfo.avatar = "http://223.82.109.183:2081/zhba/upload/picture/mrtx.png";
        userInfo.avatar = "http://61.131.136.25:2081/zhba/upload/picture/mrtx.png";
      }
      state.userInfo = userInfo;
      setStore({ name: 'userInfo', content: state.userInfo })
src/views/securityAnalysis/index copy.vue
@@ -261,7 +261,7 @@
            title: "",
            // icon: "path://M432.45,595.444c0,2.177-4.661,6.82-11.305,6.82c-6.475,0-11.306-4.567-11.306-6.82s4.852-6.812,11.306-6.812C427.841,588.632,432.452,593.191,432.45,595.444L432.45,595.444z M421.155,589.876c-3.009,0-5.448,2.495-5.448,5.572s2.439,5.572,5.448,5.572c3.01,0,5.449-2.495,5.449-5.572C426.604,592.371,424.165,589.876,421.155,589.876L421.155,589.876z M421.146,591.891c-1.916,0-3.47,1.589-3.47,3.549c0,1.959,1.554,3.548,3.47,3.548s3.469-1.589,3.469-3.548C424.614,593.479,423.062,591.891,421.146,591.891L421.146,591.891zM421.146,591.891",
            // icon: "image://http://echarts.baidu.com/images/favicon.png",
            icon: "image://http://223.82.109.183:2080/img/table.png",
            icon: "image://http://61.131.136.25:2080/img/table.png",
            // icon: "M271.68 304.64h472a32 32 0 1 0 0-64h-472a32 32 0 0 0 0 64z m0 234.88h408.64a32 32 0 0 0 0-64H271.68a32 32 0 1 0 0 64z m0 198.4h376.64a32 32 0 1 0 0-64H271.68a32 32 0 0 0 0 64z",
            onclick: function () {
              that.dialogVisible = true;
src/views/securityAnalysis/index.vue
@@ -32,7 +32,7 @@
      </div>
      <div class="examines" v-show="showECH1">
        <img
          src="http://223.82.109.183:2080/img/table.png"
          src="http://61.131.136.25:2080/img/table.png"
          alt=""
          class="myToolbox"
          @click="openMyToolBox('保安员审查情况明细', 1)"
@@ -41,7 +41,7 @@
      </div>
      <div class="examiness" v-show="!showECH1">
        <img
          src="http://223.82.109.183:2080/img/table.png"
          src="http://61.131.136.25:2080/img/table.png"
          alt=""
          class="myToolbox"
          @click="openMyToolBox('企业登录情况明细', 7)"
@@ -52,7 +52,7 @@
        <div>饼图</div> -->
      <div class="certificate">
        <img
          src="http://223.82.109.183:2080/img/table.png"
          src="http://61.131.136.25:2080/img/table.png"
          alt=""
          class="myToolbox"
          @click="openMyToolBox('保安员持证情况明细', 2)"
@@ -68,7 +68,7 @@
    <div class="securityAnalysiscenter">
      <div class="examination">
        <img
          src="http://223.82.109.183:2080/img/table.png"
          src="http://61.131.136.25:2080/img/table.png"
          alt=""
          class="myToolbox"
          @click="openMyToolBox('保安员考试情况明细', 3)"
@@ -81,7 +81,7 @@
      <div class="dispatchUnit">
        <img
          src="http://223.82.109.183:2080/img/table.png"
          src="http://61.131.136.25:2080/img/table.png"
          alt=""
          class="myToolbox"
          @click="openMyToolBox('派遣服务单位明细', 4)"
@@ -95,7 +95,7 @@
    <div class="securityAnalysisright">
      <div class="dispatchSecurity">
        <img
          src="http://223.82.109.183:2080/img/table.png"
          src="http://61.131.136.25:2080/img/table.png"
          alt=""
          class="myToolbox"
          @click="openMyToolBox('保安员年龄分布情况明细', 5)"
@@ -107,7 +107,7 @@
      </div>
      <div class="socialSecurity">
        <img
          src="http://223.82.109.183:2080/img/table.png"
          src="http://61.131.136.25:2080/img/table.png"
          alt=""
          class="myToolbox"
          @click="openMyToolBox('保安员学历分布情况明细', 6)"
@@ -406,7 +406,7 @@
            zlevel: 999,
            z: 999,
            title: "点击查看详情",
            icon: "image://http://223.82.109.183:2080/img/table.png",
            icon: "image://http://61.131.136.25:2080/img/table.png",
            onclick: function() {
              that.dialogVisible = true;
              that.sees = id;
src/views/securityGuard/securityGuard.vue
@@ -316,7 +316,7 @@
          </template>
          <!-- 自定义新增和编辑中的指纹信息 -->
          <!-- src="http://223.82.109.183:2081/zhba/upload/picture/85004574ae23472da37350b918960206.png" -->
          <!-- src="http://61.131.136.25:2081/zhba/upload/picture/85004574ae23472da37350b918960206.png" -->
          <template slot-scope="{ type, disabled }" slot="fingerprintForm">
            <div class="zhiwenMain">
              <!-- <img class="zhiwenImgs" :src="zhiwenImg" alt="" />
@@ -525,7 +525,7 @@
      >
      <!-- <div style="font-size: 14px">连接身份证设备失败</div> -->
      <!-- v-show="haveSEL == 'noDrive'" -->
      <!-- href="http://223.82.109.183:2081/zhba/upload/20211201/64d8b76f3aecae93e18d015bbca89aba.rar" -->
      <!-- href="http://61.131.136.25:2081/zhba/upload/20211201/64d8b76f3aecae93e18d015bbca89aba.rar" -->
      <!-- <a href="javascript;">未安装身份证驱动,点击下载</a> -->
    </div>
  </el-row>
@@ -2629,7 +2629,7 @@
    SFZopens() {
      if (this.haveSEL == "noDrive") {
        let url =
          "http://223.82.109.183:2081/zhba/upload/20211201/64d8b76f3aecae93e18d015bbca89aba.rar";
          "http://61.131.136.25:2081/zhba/upload/20211201/64d8b76f3aecae93e18d015bbca89aba.rar";
        window.open(url, "_self");
      } else if (this.haveSEL == "noEquipment") {
        this.radio = true;
src/views/securityGuard/securityGuard指纹自动识别(集成VUE报错)-9.vue
@@ -201,7 +201,7 @@
          </template>
          <!-- 自定义新增和编辑中的指纹信息 -->
          <!-- src="http://223.82.109.183:2081/zhba/upload/picture/85004574ae23472da37350b918960206.png" -->
          <!-- src="http://61.131.136.25:2081/zhba/upload/picture/85004574ae23472da37350b918960206.png" -->
          <template slot-scope="{ type, disabled }" slot="fingerprintForm">
            <div class="zhiwenMain">
              <img class="zhiwenImgs" :src="zhiwenImg" alt="" />
vue.config.js
@@ -30,16 +30,14 @@
            "/api": {
                // 本地服务接口地址
                target: 'http://localhost:81',
                // target: 'http://192.168.0.114:81', //钟日健W
                // target: 'http://192.168.0.193:32248/api', //钟日健W备份
                // target: 'http://192.168.0.222:81', //自己W
                // target: 'http://zhbaw.zhba:81',
                // target: 'http://192.168.0.114:81',//钟日健W
                // target: 'http://localhost:81', //原W
                // target: 'http://192.168.0.108:81',//原W
                // target: 'http://192.168.0.107:81',//唐N
                // target: 'http://223.82.109.183:81',//唐N
                // target: "http://223.82.109.183:2080/api",
                // target: 'http://61.131.136.25:81',//唐N
                // target: "http://61.131.136.25:2080/api",
                //远程演示服务地址,可用于直接启动项目
                ws: true,
                pathRewrite: {