Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
f29aae2b
Commit
f29aae2b
authored
Aug 04, 2022
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录不出现在线提问
parent
3e193d29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/app/app.component.ts
+1
-1
No files found.
src/app/app.component.ts
View file @
f29aae2b
...
...
@@ -88,7 +88,7 @@ export class AppComponent implements OnInit, OnDestroy {
this
.
router
.
events
.
forEach
((
event
)
=>
{
if
(
event
instanceof
NavigationStart
)
{
// 控制首页浮标显示与否和底部菜单
this
.
isShowIndexBtn
=
event
.
url
!=
'/login'
;
this
.
isShowIndexBtn
=
event
.
url
.
indexOf
(
'/login'
)
<
0
;
this
.
iconShowFlag
=
!!
localStorage
.
getItem
(
'lifeCustomerInfo'
);
if
(
event
.
url
.
indexOf
(
'/material/'
)
>=
0
||
event
.
url
.
indexOf
(
'/inviter'
)
>=
0
...
...
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