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
7157e6c6
Commit
7157e6c6
authored
3 years ago
by
邓晓峰
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://g.civnet.cn:8443/ReactWeb5/CivWeb
parents
b83b83b1
3f0d9a83
master
dev
devNew
feat/layout-flat
patch-1
soundai
test
zhongyi
No related merge requests found
Pipeline
#37153
skipped with stages
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
UserLayout1.less
src/layouts/UserLayout1.less
+0
-0
index.js
src/pages/commonMenu/index.js
+3
-3
config.js
src/routes/config.js
+1
-1
No files found.
.gitlab-ci.yml
View file @
7157e6c6
...
...
@@ -49,8 +49,8 @@ push:
-
'
git
clean
-fd'
-
'
git
remote
set-url
origin
"https://${GIT_ACCESS_USER}:${GIT_ACCESS_PASSWORD}@g.civnet.cn:8443/CivPublish/CivWebPublish2021.git"'
-
'
git
pull
origin
map'
-
'
git
rm
-rf
"${TARGET_REPO}/civbase"'
-
'
git
commit
-m
"chore:
clear
folder"'
#
- 'git rm -rf "${TARGET_REPO}/civbase"'
#
- 'git commit -m "chore: clear folder"'
-
'
git
push
origin
map'
-
'
robocopy
"${CI_PROJECT_DIR}/../CivWebPublish2021/civbase"
"${TARGET_REPO}/civbase"
/S
;
IF
((${LASTEXITCODE}
-le
8))
{cmd
/c
"exit
/b
0"}'
...
...
This diff is collapsed.
Click to expand it.
src/layouts/UserLayout1.less
0 → 100644
View file @
7157e6c6
This diff is collapsed.
Click to expand it.
src/pages/commonMenu/index.js
View file @
7157e6c6
...
...
@@ -19,9 +19,9 @@ import starIcon from '../../assets/images/commonMenu/矢量智能对象 拷贝 3
// 是否是灰色的图标(灰色图标在白色背景中看不见,添加滤镜变色)
const
isNeedFilterIcon
=
(
icon
=
''
)
=>
icon
&&
!
icon
.
includes
(
'一级'
)
&&
!
icon
.
includes
(
'ios/'
);
Modal
.
config
({
rootPrefixCls
:
'panda-console-base'
});
//
Modal.config({
//
rootPrefixCls: 'panda-console-base'
//
});
const
CommonMenu
=
props
=>
{
const
history
=
useHistory
();
const
{
menus
}
=
props
;
...
...
This diff is collapsed.
Click to expand it.
src/routes/config.js
View file @
7157e6c6
import
LoadingComponent
from
'@ant-design/pro-layout/es/PageLoading'
;
import
{
dynamic
}
from
'@wisdom-utils/runtime'
;
import
BasicLayout
from
'../layouts/BasicLayout
1
'
;
import
BasicLayout
from
'../layouts/BasicLayout'
;
import
UserLayout
from
'../layouts/UserLayout'
;
import
BootPage
from
'../pages/bootpage'
;
import
Login
from
'../pages/user/login'
;
...
...
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