hookehuyr

fix

......@@ -15,8 +15,9 @@ VITE_ID = 13761653761
VITE_PIN =
# 反向代理服务器地址
VITE_PROXY_TARGET = http://oa-dev.onwall.cn
# VITE_PROXY_TARGET = http://oa.onwall.cn
# VITE_PROXY_TARGET = https://oa.anxinchashi.com/
VITE_PROXY_TARGET = http://oa.onwall.cn
# VITE_PROXY_TARGET = https://www.wxgzjs.cn/
# PC端地址
VITE_MOBILE_URL = http://localhost:5173/
......
......@@ -18,6 +18,7 @@
"default-passive-events": "^2.0.0",
"global": "^4.4.0",
"html2canvas": "^1.4.1",
"idcard": "^4.2.0",
"jquery": "^3.6.0",
"js-cookie": "^3.0.1",
"js-sha1": "^0.6.0",
......@@ -4247,6 +4248,11 @@
"node": ">=0.10.0"
}
},
"node_modules/idcard": {
"version": "4.2.0",
"resolved": "https://mirrors.cloud.tencent.com/npm/idcard/-/idcard-4.2.0.tgz",
"integrity": "sha512-y8hHBPjzr+fCGZv3rioRVL+u+jXMqwVKvHyedqR2Kdad4iDEOfpNajV3y8EzeAZ3qUXDmjsYT5W2hW6JTYOVLQ=="
},
"node_modules/ieee754": {
"version": "1.2.1",
"resolved": "https://mirrors.cloud.tencent.com/npm/ieee754/-/ieee754-1.2.1.tgz",
......@@ -10858,6 +10864,11 @@
"safer-buffer": ">= 2.1.2 < 3"
}
},
"idcard": {
"version": "4.2.0",
"resolved": "https://mirrors.cloud.tencent.com/npm/idcard/-/idcard-4.2.0.tgz",
"integrity": "sha512-y8hHBPjzr+fCGZv3rioRVL+u+jXMqwVKvHyedqR2Kdad4iDEOfpNajV3y8EzeAZ3qUXDmjsYT5W2hW6JTYOVLQ=="
},
"ieee754": {
"version": "1.2.1",
"resolved": "https://mirrors.cloud.tencent.com/npm/ieee754/-/ieee754-1.2.1.tgz",
......
......@@ -45,6 +45,7 @@
"default-passive-events": "^2.0.0",
"global": "^4.4.0",
"html2canvas": "^1.4.1",
"idcard": "^4.2.0",
"jquery": "^3.6.0",
"js-cookie": "^3.0.1",
"js-sha1": "^0.6.0",
......
......@@ -2129,6 +2129,11 @@
dependencies:
"safer-buffer" ">= 2.1.2 < 3"
"idcard@^4.2.0":
"integrity" "sha512-y8hHBPjzr+fCGZv3rioRVL+u+jXMqwVKvHyedqR2Kdad4iDEOfpNajV3y8EzeAZ3qUXDmjsYT5W2hW6JTYOVLQ=="
"resolved" "https://mirrors.cloud.tencent.com/npm/idcard/-/idcard-4.2.0.tgz"
"version" "4.2.0"
"ieee754@^1.1.13":
"integrity" "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
"resolved" "https://mirrors.cloud.tencent.com/npm/ieee754/-/ieee754-1.2.1.tgz"
......