Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivWeb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivWeb
Commits
3ea4251c
Commit
3ea4251c
authored
3 years ago
by
邓晓峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复登陆信息混乱
parent
a9273020
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
18 deletions
+28
-18
.gitlab-ci.yml
.gitlab-ci.yml
+6
-4
package-lock.json
package-lock.json
+22
-14
No files found.
.gitlab-ci.yml
View file @
3ea4251c
...
...
@@ -16,11 +16,12 @@ install:
tags
:
-
civ_base
script
:
-
git pull origin master
-
npm run init
cache
:
key
:
${CI_COMMIT_REF_SLUG}
paths
:
-
node_modules/
#
cache:
#
key: ${CI_COMMIT_REF_SLUG}
#
paths:
#
- node_modules/
only
:
refs
:
-
master
...
...
@@ -35,6 +36,7 @@ package:
script
:
-
echo "${CI_PROJECT_DIR}"
-
git checkout master
-
git pull origin master
#- npm run init
-
npm run build --releasepath=../CivWebPublish2021
#cache:
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
View file @
3ea4251c
...
...
@@ -27545,6 +27545,25 @@
"supports-hyperlinks"
:
"^2.0.0"
}
},
"terser"
:
{
"version"
:
"4.8.0"
,
"resolved"
:
"https://g.civnet.cn:4873/terser/-/terser-4.8.0.tgz"
,
"integrity"
:
"sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw=="
,
"dev"
:
true
,
"requires"
:
{
"commander"
:
"^2.20.0"
,
"source-map"
:
"~0.6.1"
,
"source-map-support"
:
"~0.5.12"
},
"dependencies"
:
{
"source-map"
:
{
"version"
:
"0.6.1"
,
"resolved"
:
"https://g.civnet.cn:4873/source-map/-/source-map-0.6.1.tgz"
,
"integrity"
:
"sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
,
"dev"
:
true
}
}
},
"terser-webpack-plugin"
:
{
"version"
:
"1.2.3"
,
"resolved"
:
"https://g.civnet.cn:4873/terser-webpack-plugin/-/terser-webpack-plugin-1.2.3.tgz"
,
...
...
@@ -29142,17 +29161,6 @@
"integrity"
:
"sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA=="
,
"dev"
:
true
},
"terser"
:
{
"version"
:
"4.8.0"
,
"resolved"
:
"https://g.civnet.cn:4873/terser/-/terser-4.8.0.tgz"
,
"integrity"
:
"sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw=="
,
"dev"
:
true
,
"requires"
:
{
"commander"
:
"^2.20.0"
,
"source-map"
:
"~0.6.1"
,
"source-map-support"
:
"~0.5.12"
}
},
"terser-webpack-plugin"
:
{
"version"
:
"1.4.5"
,
"resolved"
:
"https://g.civnet.cn:4873/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz"
,
...
...
@@ -29518,9 +29526,9 @@
}
},
"mime"
:
{
"version"
:
"2.
5.2
"
,
"resolved"
:
"https://g.civnet.cn:4873/mime/-/mime-2.
5.2
.tgz"
,
"integrity"
:
"sha1-
bj3GzCuVEGQ4MOXxnVy3U9pe6r4
="
,
"version"
:
"2.
6.0
"
,
"resolved"
:
"https://g.civnet.cn:4873/mime/-/mime-2.
6.0
.tgz"
,
"integrity"
:
"sha1-
oqaCqVzU0MsdYlfij4PafjWAA2c
="
,
"dev"
:
true
},
"readable-stream"
:
{
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment