From 79d9fc857559982b00b68b2d709807bdc4cd286f Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 11 Apr 2022 10:58:17 +0800
Subject: [PATCH] minio 地址修改

---
 public/securityInfo copy.html                              |    2 
 public/securityPrint.html                                  |    4 +-
 src/store/modules/user.js                                  |    2 
 vue.config.js                                              |    6 +--
 src/views/securityGuard/securityGuard.vue                  |    6 +-
 public/securityInfo.html                                   |    2 
 public/papers.html                                         |    2 
 public/papersApply.html                                    |    2 
 public/securityInfos1.html                                 |    2 
 src/views/securityGuard/securityGuard指纹自动识别(集成VUE报错)-9.vue |    2 
 public/papersTrain.html                                    |    2 
 public/pfd/build/generic/web/viewer.js                     |    2 
 src/page/index/top/drive.vue                               |   10 ++--
 src/views/securityAnalysis/index copy.vue                  |    2 
 src/views/securityAnalysis/index.vue                       |   16 ++++----
 15 files changed, 30 insertions(+), 32 deletions(-)

diff --git a/public/papers.html b/public/papers.html
index 657a709..a737599 100644
--- a/public/papers.html
+++ b/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>
diff --git a/public/papersApply.html b/public/papersApply.html
index 3b8af5c..9e16aae 100644
--- a/public/papersApply.html
+++ b/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;
diff --git a/public/papersTrain.html b/public/papersTrain.html
index f438ec4..549d177 100644
--- a/public/papersTrain.html
+++ b/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>
diff --git a/public/pfd/build/generic/web/viewer.js b/public/pfd/build/generic/web/viewer.js
index 9741a95..093ab3c 100644
--- a/public/pfd/build/generic/web/viewer.js
+++ b/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) {
diff --git a/public/securityInfo copy.html b/public/securityInfo copy.html
index 893fe88..167f5d9 100644
--- a/public/securityInfo copy.html
+++ b/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;
diff --git a/public/securityInfo.html b/public/securityInfo.html
index 44e7aa9..58cea6a 100644
--- a/public/securityInfo.html
+++ b/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;
diff --git a/public/securityInfos1.html b/public/securityInfos1.html
index a9b3ea8..308e2b3 100644
--- a/public/securityInfos1.html
+++ b/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;
diff --git a/public/securityPrint.html b/public/securityPrint.html
index a138a74..2d38d9d 100644
--- a/public/securityPrint.html
+++ b/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>
diff --git a/src/page/index/top/drive.vue b/src/page/index/top/drive.vue
index f2c1564..bcc1724 100644
--- a/src/page/index/top/drive.vue
+++ b/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: [],
diff --git a/src/store/modules/user.js b/src/store/modules/user.js
index 458c591..a02c72f 100644
--- a/src/store/modules/user.js
+++ b/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 })
diff --git a/src/views/securityAnalysis/index copy.vue b/src/views/securityAnalysis/index copy.vue
index d530621..1cc31c7 100644
--- a/src/views/securityAnalysis/index copy.vue
+++ b/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;
diff --git a/src/views/securityAnalysis/index.vue b/src/views/securityAnalysis/index.vue
index edd523b..c1649f8 100644
--- a/src/views/securityAnalysis/index.vue
+++ b/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;
diff --git a/src/views/securityGuard/securityGuard.vue b/src/views/securityGuard/securityGuard.vue
index 301eb04..ddd3730 100644
--- a/src/views/securityGuard/securityGuard.vue
+++ b/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;
diff --git "a/src/views/securityGuard/securityGuard\346\214\207\347\272\271\350\207\252\345\212\250\350\257\206\345\210\253\357\274\210\351\233\206\346\210\220VUE\346\212\245\351\224\231\357\274\211-9.vue" "b/src/views/securityGuard/securityGuard\346\214\207\347\272\271\350\207\252\345\212\250\350\257\206\345\210\253\357\274\210\351\233\206\346\210\220VUE\346\212\245\351\224\231\357\274\211-9.vue"
index 2765f15..396db7b 100644
--- "a/src/views/securityGuard/securityGuard\346\214\207\347\272\271\350\207\252\345\212\250\350\257\206\345\210\253\357\274\210\351\233\206\346\210\220VUE\346\212\245\351\224\231\357\274\211-9.vue"
+++ "b/src/views/securityGuard/securityGuard\346\214\207\347\272\271\350\207\252\345\212\250\350\257\206\345\210\253\357\274\210\351\233\206\346\210\220VUE\346\212\245\351\224\231\357\274\211-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="" />
diff --git a/vue.config.js b/vue.config.js
index bcc0e57..ee5439f 100644
--- a/vue.config.js
+++ b/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: {

--
Gitblit v1.9.3