From 1ace24ec065b5b2c3d789ce76859d6eefbed44ed Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Fri, 23 Jan 2026 15:48:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 14 +++++++------- package.json | 2 +- vue.config.js | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36b5cd8..e9bf01f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "moment": "^2.30.1", "ol": "^6.14.1", "pinia": "^3.0.1", - "pizzip": "^3.1.5", + "pizzip": "^3.2.0", "siriwave": "2.3.0", "tesseract.js": "^6.0.1", "vue": "^3.2.8", @@ -13996,9 +13996,9 @@ } }, "node_modules/pizzip": { - "version": "3.1.5", - "resolved": "https://registry.npmmirror.com/pizzip/-/pizzip-3.1.5.tgz", - "integrity": "sha512-uQXb7woLr9baq43Z9EY4wD5cpzrXQd6QUEwehreC1HyRuE4Q1UaGVG9/aCL4CqM4SMz47iE1UyrGtyzmleWHhQ==", + "version": "3.2.0", + "resolved": "https://registry.npmmirror.com/pizzip/-/pizzip-3.2.0.tgz", + "integrity": "sha512-X4NPNICxCfIK8VYhF6wbksn81vTiziyLbvKuORVAmolvnUzl1A1xmz9DAWKxPRq9lZg84pJOOAMq3OE61bD8IQ==", "dependencies": { "pako": "^2.1.0" } @@ -31902,9 +31902,9 @@ } }, "pizzip": { - "version": "3.1.5", - "resolved": "https://registry.npmmirror.com/pizzip/-/pizzip-3.1.5.tgz", - "integrity": "sha512-uQXb7woLr9baq43Z9EY4wD5cpzrXQd6QUEwehreC1HyRuE4Q1UaGVG9/aCL4CqM4SMz47iE1UyrGtyzmleWHhQ==", + "version": "3.2.0", + "resolved": "https://registry.npmmirror.com/pizzip/-/pizzip-3.2.0.tgz", + "integrity": "sha512-X4NPNICxCfIK8VYhF6wbksn81vTiziyLbvKuORVAmolvnUzl1A1xmz9DAWKxPRq9lZg84pJOOAMq3OE61bD8IQ==", "requires": { "pako": "^2.1.0" } diff --git a/package.json b/package.json index 506ac9f..c1262c2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "moment": "^2.30.1", "ol": "^6.14.1", "pinia": "^3.0.1", - "pizzip": "^3.1.5", + "pizzip": "^3.2.0", "siriwave": "2.3.0", "tesseract.js": "^6.0.1", "vue": "^3.2.8", diff --git a/vue.config.js b/vue.config.js index 24473a1..7b50ece 100644 --- a/vue.config.js +++ b/vue.config.js @@ -5,12 +5,12 @@ function resolve(dir) { } // http://47.108.232.77:9537/mosty-api/mosty-zhgj/docs.html // const serverHost = "http://47.108.232.77:9537"//线上 -const serverHost = "http://192.168.2.206:8006"//线上 +// const serverHost = "http://192.168.2.206:8006"//线上 // const serverHost = "http://192.168.191.75:8006"//周 // const serverHost = "http://192.168.212.75:8016"//周 // const serverHost = "http://192.168.1.98:8006"//毛毛 // const serverHost = "http://192.168.193.75:8006"//线上 -// const serverHost = "http://47.108.232.77:9537"//线上 +const serverHost = "http://47.108.232.77:9537"//线上 module.exports = { // configureWebpack: { // resolve: {