更新
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@ -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"
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user