Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-04-09 11:11:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
12bf7d8ea15251b2a166674fbbd127765e10fbfd
12bf7d8e
1 parent
20c082b1
fix
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
2 deletions
.env.development
package-lock.json
package.json
yarn.lock
.env.development
View file @
12bf7d8
...
...
@@ -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/
...
...
package-lock.json
View file @
12bf7d8
...
...
@@ -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"
,
...
...
package.json
View file @
12bf7d8
...
...
@@ -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"
,
...
...
yarn.lock
View file @
12bf7d8
...
...
@@ -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"
...
...
Please
register
or
login
to post a comment