Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-enterprise
Overview
Overview
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
base_platform_enterprise
gic-platform-enterprise
Commits
7e76aea3
Commit
7e76aea3
authored
Sep 24, 2020
by
陶光胜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导航ext过滤关闭tabbar
parent
7f168320
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
CustomGuideApiServiceImpl.java
...erprise/service/outer/impl/CustomGuideApiServiceImpl.java
+6
-0
No files found.
gic-platform-enterprise-service/src/main/java/com/gic/enterprise/service/outer/impl/CustomGuideApiServiceImpl.java
View file @
7e76aea3
...
@@ -6,6 +6,7 @@ import com.gic.api.base.commons.Page;
...
@@ -6,6 +6,7 @@ import com.gic.api.base.commons.Page;
import
com.gic.api.base.commons.ServiceResponse
;
import
com.gic.api.base.commons.ServiceResponse
;
import
com.gic.commons.util.EntityUtil
;
import
com.gic.commons.util.EntityUtil
;
import
com.gic.enterprise.constant.Constants
;
import
com.gic.enterprise.constant.Constants
;
import
com.gic.enterprise.constant.LinkTypeEnum
;
import
com.gic.enterprise.dto.AppletAppDTO
;
import
com.gic.enterprise.dto.AppletAppDTO
;
import
com.gic.enterprise.dto.CustomGuideDTO
;
import
com.gic.enterprise.dto.CustomGuideDTO
;
import
com.gic.enterprise.dto.EnterpriseDTO
;
import
com.gic.enterprise.dto.EnterpriseDTO
;
...
@@ -128,6 +129,7 @@ public class CustomGuideApiServiceImpl implements CustomGuideApiService {
...
@@ -128,6 +129,7 @@ public class CustomGuideApiServiceImpl implements CustomGuideApiService {
String
iconPath
=
"/images/footbar/"
+
themeStr
+
"/"
;
String
iconPath
=
"/images/footbar/"
+
themeStr
+
"/"
;
String
selectIconPath
=
"/images/footbar/black-blue/line/foot-icon-01-active.png"
;
String
selectIconPath
=
"/images/footbar/black-blue/line/foot-icon-01-active.png"
;
String
unIconPath
=
"/images/footbar/black-blue/line/foot-icon-01.png"
;
String
unIconPath
=
"/images/footbar/black-blue/line/foot-icon-01.png"
;
int
linkType
=
7
;
for
(
int
i
=
0
;
i
<
guideList
.
size
();
i
++)
{
for
(
int
i
=
0
;
i
<
guideList
.
size
();
i
++)
{
TabCustomGuide
guide
=
guideList
.
get
(
i
);
TabCustomGuide
guide
=
guideList
.
get
(
i
);
if
(
guide
.
getStatus
().
intValue
()
==
1
){
if
(
guide
.
getStatus
().
intValue
()
==
1
){
...
@@ -142,6 +144,10 @@ public class CustomGuideApiServiceImpl implements CustomGuideApiService {
...
@@ -142,6 +144,10 @@ public class CustomGuideApiServiceImpl implements CustomGuideApiService {
}
}
listMap
.
put
(
"selectedIconPath"
,
selectIconPath
);
listMap
.
put
(
"selectedIconPath"
,
selectIconPath
);
listMap
.
put
(
"iconPath"
,
unIconPath
);
listMap
.
put
(
"iconPath"
,
unIconPath
);
JSONObject
linkObject
=
JSON
.
parseObject
(
guide
.
getLink
());
if
(
linkObject
.
getIntValue
(
"linkType"
)
==
linkType
){
guide
.
setCustomPage
(
"pages/customView/customView"
+
(
guide
.
getSort
().
intValue
()+
1
));
}
listMap
.
put
(
"pagePath"
,
guide
.
getCustomPage
());
listMap
.
put
(
"pagePath"
,
guide
.
getCustomPage
());
pathSet
.
add
(
guide
.
getCustomPage
())
;
pathSet
.
add
(
guide
.
getCustomPage
())
;
listMap
.
put
(
"text"
,
title
);
listMap
.
put
(
"text"
,
title
);
...
...
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